Class VirtualMachineAgentInstanceView

java.lang.Object
com.microsoft.azure.management.compute.VirtualMachineAgentInstanceView

public class VirtualMachineAgentInstanceView extends Object
The instance view of the VM Agent running on the virtual machine.
  • Constructor Details

    • VirtualMachineAgentInstanceView

      public VirtualMachineAgentInstanceView()
  • Method Details

    • vmAgentVersion

      public String vmAgentVersion()
      Get the VM Agent full version.
      Returns:
      the vmAgentVersion value
    • withVmAgentVersion

      public VirtualMachineAgentInstanceView withVmAgentVersion(String vmAgentVersion)
      Set the VM Agent full version.
      Parameters:
      vmAgentVersion - the vmAgentVersion value to set
      Returns:
      the VirtualMachineAgentInstanceView object itself.
    • extensionHandlers

      public List<VirtualMachineExtensionHandlerInstanceView> extensionHandlers()
      Get the virtual machine extension handler instance view.
      Returns:
      the extensionHandlers value
    • withExtensionHandlers

      public VirtualMachineAgentInstanceView withExtensionHandlers(List<VirtualMachineExtensionHandlerInstanceView> extensionHandlers)
      Set the virtual machine extension handler instance view.
      Parameters:
      extensionHandlers - the extensionHandlers value to set
      Returns:
      the VirtualMachineAgentInstanceView object itself.
    • statuses

      public List<InstanceViewStatus> statuses()
      Get the resource status information.
      Returns:
      the statuses value
    • withStatuses

      public VirtualMachineAgentInstanceView withStatuses(List<InstanceViewStatus> statuses)
      Set the resource status information.
      Parameters:
      statuses - the statuses value to set
      Returns:
      the VirtualMachineAgentInstanceView object itself.