ArtifactDeploymentStatusPropertiesFragment Class
Properties of an artifact deployment.
- Inheritance
-
msrest.serialization.ModelArtifactDeploymentStatusPropertiesFragment
Constructor
ArtifactDeploymentStatusPropertiesFragment(*, deployment_status: str | None = None, artifacts_applied: int | None = None, total_artifacts: int | None = None, **kwargs)
Parameters
Name | Description |
---|---|
deployment_status
Required
|
The deployment status of the artifact. |
artifacts_applied
Required
|
The total count of the artifacts that were successfully applied. |
total_artifacts
Required
|
The total count of the artifacts that were tentatively applied. |
Keyword-Only Parameters
Name | Description |
---|---|
deployment_status
Required
|
|
artifacts_applied
Required
|
|
total_artifacts
Required
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python