StatusResponse

data class StatusResponse(val displayStatus: String, val message: String, val timestamp: String)

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

Constructors

Link copied to clipboard
constructor(displayStatus: String, message: String, timestamp: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The short label for the status.

Link copied to clipboard

The detailed message for the status, including alerts and error messages.

Link copied to clipboard

The timestamp when the status was changed to the current value.