VirtualMachineAgentInstanceView Class
- java.
lang. Object - com.
azure. resourcemanager. compute. models. VirtualMachineAgentInstanceView
- com.
Implements
public final class VirtualMachineAgentInstanceView
implements JsonSerializable<VirtualMachineAgentInstanceView>
The instance view of the VM Agent running on the virtual machine.
Constructor | Description |
---|---|
Virtual |
Creates an instance of Virtual |
Modifier and Type | Method and Description |
---|---|
List<Virtual |
extension Get the extension |
static
Virtual |
from Reads an instance of Virtual |
List<Instance |
statuses()
Get the statuses property: The resource status information. |
Json |
to |
void |
validate()
Validates the instance. |
String |
vm Get the vm |
Virtual |
with Set the extension |
Virtual |
with Set the statuses property: The resource status information. |
Virtual |
with Set the vm |
Methods inherited from java.lang.Object
VirtualMachineAgentInstanceView
public VirtualMachineAgentInstanceView()
Creates an instance of VirtualMachineAgentInstanceView class.
extensionHandlers
public List
Get the extensionHandlers property: The virtual machine extension handler instance view.
Returns:
fromJson
public static VirtualMachineAgentInstanceView fromJson(JsonReader jsonReader)
Reads an instance of VirtualMachineAgentInstanceView from the JsonReader.
Parameters:
Returns:
Throws:
statuses
public List
Get the statuses property: The resource status information.
Returns:
toJson
validate
public void validate()
Validates the instance.
vmAgentVersion
public String vmAgentVersion()
Get the vmAgentVersion property: The VM Agent full version.
Returns:
withExtensionHandlers
public VirtualMachineAgentInstanceView withExtensionHandlers(List
Set the extensionHandlers property: The virtual machine extension handler instance view.
Parameters:
Returns:
withStatuses
public VirtualMachineAgentInstanceView withStatuses(List
Set the statuses property: The resource status information.
Parameters:
Returns:
withVmAgentVersion
public VirtualMachineAgentInstanceView withVmAgentVersion(String vmAgentVersion)
Set the vmAgentVersion property: The VM Agent full version.
Parameters:
Returns:
Azure SDK for Java feedback
Azure SDK for Java is an open source project. Select a link to provide feedback: