ComputeVmInstanceViewStatus Class
Status information about a virtual machine.
Constructor
ComputeVmInstanceViewStatus(*, code: str | None = None, display_status: str | None = None, message: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
code
Required
|
Gets the status Code. |
display_status
Required
|
Gets the short localizable label for the status. |
message
Required
|
Gets the message associated with the status. |
Keyword-Only Parameters
Name | Description |
---|---|
code
Required
|
|
display_status
Required
|
|
message
Required
|
|
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