Package version:

Interface VirtualMachineAgentInstanceView

The instance view of the VM Agent running on the virtual machine.

interface VirtualMachineAgentInstanceView {
    extensionHandlers?: VirtualMachineExtensionHandlerInstanceView[];
    statuses?: InstanceViewStatus[];
    vmAgentVersion?: string;
}

Properties

The virtual machine extension handler instance view.

statuses?: InstanceViewStatus[]

The resource status information.

vmAgentVersion?: string

The VM Agent full version.