你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ComputeVmInstanceViewStatus interface
Status information about a virtual machine.
Properties
code | Gets the status Code. |
display |
Gets the short localizable label for the status. |
message | Gets the message associated with the status. |
Property Details
code
Gets the status Code.
code?: string
Property Value
string
displayStatus
Gets the short localizable label for the status.
displayStatus?: string
Property Value
string
message
Gets the message associated with the status.
message?: string
Property Value
string