Share via


ArtifactDeploymentStatusProperties Class

Properties of an artifact deployment.

Constructor

ArtifactDeploymentStatusProperties(*, deployment_status: str | None = None, artifacts_applied: int | None = None, total_artifacts: int | None = None, **kwargs)

Parameters

Name Description
deployment_status
Required
str

The deployment status of the artifact.

artifacts_applied
Required
int

The total count of the artifacts that were successfully applied.

total_artifacts
Required
int

The total count of the artifacts that were tentatively applied.

Keyword-Only Parameters

Name Description
deployment_status
Default value: None
artifacts_applied
Default value: None
total_artifacts
Default value: None