VirtualMachineAgentInstanceView Class
The instance view of the VM Agent running on the virtual machine.
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. Default value: None
|
extension_handlers
|
The virtual machine extension handler instance view. Default value: None
|
statuses
|
The resource status information. Default value: None
|
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