Status interface
The status of an Azure resource at the time the operation was called.
Properties
display |
The short label for the status. NOTE: This property will not be serialized. It can only be populated by the server. |
message | 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 | 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. |
Property Details
displayStatus
The short label for the status. NOTE: This property will not be serialized. It can only be populated by the server.
displayStatus?: string
Property Value
string
message
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.
message?: string
Property Value
string
timestamp
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.
timestamp?: Date
Property Value
Date