Package version:

The status of an Azure resource at the time the operation was called.

interface Status {
    displayStatus?: string;
    message?: string;
    timestamp?: any;
}

Properties

displayStatus?: string

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

message?: string

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

timestamp?: any

The timestamp when the status was changed to the current value. NOTE: This property will not be serialized. It can only be populated by the server.