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". |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python