VirtualMachineAgentInstanceView Class
The instance view of the VM Agent running on the virtual machine.
- Inheritance
-
azure.mgmt.compute._serialization.ModelVirtualMachineAgentInstanceView
Constructor
VirtualMachineAgentInstanceView(*, vm_agent_version: str | None = None, extension_handlers: List[_models.VirtualMachineExtensionHandlerInstanceView] | None = None, statuses: List[_models.InstanceViewStatus] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
vm_agent_version
|
The VM Agent full version. |
extension_handlers
|
The virtual machine extension handler instance view. |
statuses
|
The resource status information. |
Variables
Name | Description |
---|---|
vm_agent_version
|
The VM Agent full version. |
extension_handlers
|
The virtual machine extension handler instance view. |
statuses
|
The resource status information. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python