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

ResourceStatus type

The status of the machine resource.
KnownResourceStatus can be used interchangeably with ResourceStatus, this enum contains the known values that the service supports.

Known values supported by the service

Ready: Represents a machine resource that is ready.
NotReady: Represents a machine resource that is not ready.
Allocated: Represents a machine resource that is allocated.
PendingReturn: Represents a machine resource that is pending return.
Returned: Represents a machine resource that is returned.
Leased: Represents a machine resource that is leased.
Provisioning: Represents a machine resource that is provisioning.
Updating: Represents a machine resource that is updating.
Starting: Represents a machine resource that is starting.
PendingReimage: Represents a machine resource that is pending reimage.
Reimaging: Represents a machine resource that is reimaging.

type ResourceStatus = string