ResourceInstanceViewStatus Class
Instance view status.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.compute._serialization.ModelResourceInstanceViewStatus
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". |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python