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

InstanceViewStatus interface

Instance view status.

Properties

code

The status code.

displayStatus

The short localizable label for the status.

level

The level code.

message

The detailed status message, including for alerts and error messages.

time

The time of the status.

Property Details

code

The status code.

code?: string

Property Value

string

displayStatus

The short localizable label for the status.

displayStatus?: string

Property Value

string

level

The level code.

level?: StatusLevelTypes

Property Value

message

The detailed status message, including for alerts and error messages.

message?: string

Property Value

string

time

The time of the status.

time?: Date

Property Value

Date