VirtualMachineAgentInstanceView Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET