你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MSDeployStatusProperties Class

MSDeployStatus resource specific properties.

Constructor

MSDeployStatusProperties(*args: Any, **kwargs: Any)

Variables

Name Description
deployer
str

Username of deployer.

provisioning_state

Provisioning state. Known values are: "accepted", "running", "succeeded", "failed", and "canceled".

start_time

Start time of deploy operation.

end_time

End time of deploy operation.

complete

Whether the deployment operation has completed.

Attributes

complete

Whether the deployment operation has completed.

complete: bool | None

deployer

Username of deployer.

deployer: str | None

end_time

End time of deploy operation.

end_time: datetime | None

provisioning_state

"accepted", "running", "succeeded", "failed", and "canceled".

provisioning_state: str | _models.MSDeployProvisioningState | None

start_time

Start time of deploy operation.

start_time: datetime | None