Package | Description |
---|---|
com.azure.resourcemanager.compute.fluent.models |
Package containing the inner data models for ComputeManagementClient.
|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineAgentInstanceView |
VirtualMachineInstanceViewInner.vmAgent()
Get the vmAgent property: The VM Agent running on the virtual machine.
|
VirtualMachineAgentInstanceView |
VirtualMachineScaleSetVMInstanceViewInner.vmAgent()
Get the vmAgent property: The VM Agent running on the virtual machine.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineInstanceViewInner |
VirtualMachineInstanceViewInner.withVmAgent(VirtualMachineAgentInstanceView vmAgent)
Set the vmAgent property: The VM Agent running on the virtual machine.
|
VirtualMachineScaleSetVMInstanceViewInner |
VirtualMachineScaleSetVMInstanceViewInner.withVmAgent(VirtualMachineAgentInstanceView vmAgent)
Set the vmAgent property: The VM Agent running on the virtual machine.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineAgentInstanceView |
VirtualMachineInstanceView.vmAgent()
Get the VM Agent running on the virtual machine.
|
VirtualMachineAgentInstanceView |
VirtualMachineAgentInstanceView.withExtensionHandlers(List<VirtualMachineExtensionHandlerInstanceView> extensionHandlers)
Set the extensionHandlers property: The virtual machine extension handler instance view.
|
VirtualMachineAgentInstanceView |
VirtualMachineAgentInstanceView.withStatuses(List<InstanceViewStatus> statuses)
Set the statuses property: The resource status information.
|
VirtualMachineAgentInstanceView |
VirtualMachineAgentInstanceView.withVmAgentVersion(String vmAgentVersion)
Set the vmAgentVersion property: The VM Agent full version.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.