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. |
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