Status interface
The status of an Azure resource at the time the operation was called.
Properties
| display |
The short label for the status. |
| message | The detailed message for the status, including alerts and error messages. |
| timestamp | The timestamp when the status was changed to the current value. |
Property Details
displayStatus
The short label for the status.
displayStatus?: string
Property Value
string
message
The detailed message for the status, including alerts and error messages.
message?: string
Property Value
string
timestamp
The timestamp when the status was changed to the current value.
timestamp?: Date
Property Value
Date