ResourceInstanceViewStatus Class
Instance view status.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
ResourceInstanceViewStatus(*, level: str | _models.StatusLevelTypes | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
level
|
The level code. Known values are: "Info", "Warning", and "Error". |
Variables
Name | Description |
---|---|
code
|
The status code. |
display_status
|
The short localizable label for the status. |
message
|
The detailed status message, including for alerts and error messages. |
time
|
The time of the status. |
level
|
The level code. Known values are: "Info", "Warning", and "Error". |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python