ArtifactDeploymentStatusPropertiesFragment Class

Properties of an artifact deployment.

Inheritance
msrest.serialization.Model
ArtifactDeploymentStatusPropertiesFragment

Constructor

ArtifactDeploymentStatusPropertiesFragment(*, 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
Required
artifacts_applied
Required
total_artifacts
Required