VirtualMachineAgentInstanceView Class

Definition

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

public class VirtualMachineAgentInstanceView
type VirtualMachineAgentInstanceView = class
Public Class VirtualMachineAgentInstanceView
Inheritance
VirtualMachineAgentInstanceView

Constructors

VirtualMachineAgentInstanceView()

Initializes a new instance of the VirtualMachineAgentInstanceView class.

VirtualMachineAgentInstanceView(String, IList<VirtualMachineExtensionHandlerInstanceView>, IList<InstanceViewStatus>)

Initializes a new instance of the VirtualMachineAgentInstanceView class.

Properties

ExtensionHandlers

Gets or sets the virtual machine extension handler instance view.

Statuses

Gets or sets the resource status information.

VmAgentVersion

Gets or sets the VM Agent full version.

Applies to