VirtualMachineAgentInstanceView Class

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

public class VirtualMachineAgentInstanceView

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

Method Summary

Modifier and Type Method and Description
List<VirtualMachineExtensionHandlerInstanceView> extensionHandlers()

Get the extensionHandlers value.

List<InstanceViewStatus> statuses()

Get the statuses value.

String vmAgentVersion()

Get the vmAgentVersion value.

VirtualMachineAgentInstanceView withExtensionHandlers(List<VirtualMachineExtensionHandlerInstanceView> extensionHandlers)

Set the extensionHandlers value.

VirtualMachineAgentInstanceView withStatuses(List<InstanceViewStatus> statuses)

Set the statuses value.

VirtualMachineAgentInstanceView withVmAgentVersion(String vmAgentVersion)

Set the vmAgentVersion value.

Method Details

extensionHandlers

public List extensionHandlers()

Get the extensionHandlers value.

Returns:

the extensionHandlers value

statuses

public List statuses()

Get the statuses value.

Returns:

the statuses value

vmAgentVersion

public String vmAgentVersion()

Get the vmAgentVersion value.

Returns:

the vmAgentVersion value

withExtensionHandlers

public VirtualMachineAgentInstanceView withExtensionHandlers(List extensionHandlers)

Set the extensionHandlers value.

Parameters:

extensionHandlers - the extensionHandlers value to set

Returns:

the VirtualMachineAgentInstanceView object itself.

withStatuses

public VirtualMachineAgentInstanceView withStatuses(List statuses)

Set the statuses value.

Parameters:

statuses - the statuses value to set

Returns:

the VirtualMachineAgentInstanceView object itself.

withVmAgentVersion

public VirtualMachineAgentInstanceView withVmAgentVersion(String vmAgentVersion)

Set the vmAgentVersion value.

Parameters:

vmAgentVersion - the vmAgentVersion value to set

Returns:

the VirtualMachineAgentInstanceView object itself.

Applies to