你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ArtifactDeploymentStatusProperties interface
Properties of an artifact deployment.
Properties
artifacts |
The total count of the artifacts that were successfully applied. |
deployment |
The deployment status of the artifact. |
total |
The total count of the artifacts that were tentatively applied. |
Property Details
artifactsApplied
The total count of the artifacts that were successfully applied.
artifactsApplied?: number
Property Value
number
deploymentStatus
The deployment status of the artifact.
deploymentStatus?: string
Property Value
string
totalArtifacts
The total count of the artifacts that were tentatively applied.
totalArtifacts?: number
Property Value
number