Package version:

Interface ResourceInstanceViewStatus

Instance view status.

interface ResourceInstanceViewStatus {
    code?: string;
    displayStatus?: string;
    level?: StatusLevelTypes;
    message?: string;
    time?: any;
}

Properties

code?: string

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

displayStatus?: string

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

The level code.

message?: string

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?: any

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