Share via


Status Class

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

Constructor

Status(*args: Any, **kwargs: Any)

Variables

Name Description
display_status
str

The short label for the status.

message
str

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

timestamp

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

Attributes

display_status

The short label for the status.

display_status: str | None

message

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

message: str | None

timestamp

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

timestamp: datetime | None