VirtualMachineAgentInstanceView Class
- java.
lang. Object - com.
microsoft. azure. management. compute. VirtualMachineAgentInstanceView
- com.
public class VirtualMachineAgentInstanceView
The instance view of the VM Agent running on the virtual machine.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Virtual |
extensionHandlers()
Get the extensionHandlers value. |
List<Instance |
statuses()
Get the statuses value. |
String |
vmAgentVersion()
Get the vmAgentVersion value. |
Virtual |
withExtensionHandlers(List<VirtualMachineExtensionHandlerInstanceView> extensionHandlers)
Set the extensionHandlers value. |
Virtual |
withStatuses(List<InstanceViewStatus> statuses)
Set the statuses value. |
Virtual |
withVmAgentVersion(String vmAgentVersion)
Set the vmAgentVersion value. |
Method Details
extensionHandlers
public List
Get the extensionHandlers value.
Returns:
statuses
public List
Get the statuses value.
Returns:
vmAgentVersion
public String vmAgentVersion()
Get the vmAgentVersion value.
Returns:
withExtensionHandlers
public VirtualMachineAgentInstanceView withExtensionHandlers(List
Set the extensionHandlers value.
Parameters:
Returns:
withStatuses
public VirtualMachineAgentInstanceView withStatuses(List
Set the statuses value.
Parameters:
Returns:
withVmAgentVersion
public VirtualMachineAgentInstanceView withVmAgentVersion(String vmAgentVersion)
Set the vmAgentVersion value.
Parameters:
Returns:
Applies to
Azure SDK for Java