ResourceInstanceViewStatus interface

Instance view status.

Properties

code

The status code. NOTE: This property will not be serialized. It can only be populated by the server.

displayStatus

The short localizable label for the status. NOTE: This property will not be serialized. It can only be populated by the server.

level

The level code.

message

The detailed status message, including for alerts and error messages. NOTE: This property will not be serialized. It can only be populated by the server.

time

The time of the status. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

code

The status code. NOTE: This property will not be serialized. It can only be populated by the server.

code?: string

Property Value

string

displayStatus

The short localizable label for the status. NOTE: This property will not be serialized. It can only be populated by the server.

displayStatus?: string

Property Value

string

level

The level code.

level?: StatusLevelTypes

Property Value

message

The detailed status message, including for alerts and error messages. NOTE: This property will not be serialized. It can only be populated by the server.

message?: string

Property Value

string

time

The time of the status. NOTE: This property will not be serialized. It can only be populated by the server.

time?: Date

Property Value

Date