Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineAgentInstanceView
-
Packages that use VirtualMachineAgentInstanceView 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. -
-
Uses of VirtualMachineAgentInstanceView in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachineAgentInstanceView Modifier and Type Method Description VirtualMachineAgentInstanceViewVirtualMachineInstanceViewInner. vmAgent()Get the vmAgent property: The VM Agent running on the virtual machine.VirtualMachineAgentInstanceViewVirtualMachineScaleSetVMInstanceViewInner. vmAgent()Get the vmAgent property: The VM Agent running on the virtual machine.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type VirtualMachineAgentInstanceView Modifier and Type Method Description VirtualMachineInstanceViewInnerVirtualMachineInstanceViewInner. withVmAgent(VirtualMachineAgentInstanceView vmAgent)Set the vmAgent property: The VM Agent running on the virtual machine.VirtualMachineScaleSetVMInstanceViewInnerVirtualMachineScaleSetVMInstanceViewInner. withVmAgent(VirtualMachineAgentInstanceView vmAgent)Set the vmAgent property: The VM Agent running on the virtual machine. -
Uses of VirtualMachineAgentInstanceView in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachineAgentInstanceView Modifier and Type Method Description VirtualMachineAgentInstanceViewVirtualMachineInstanceView. vmAgent()Get the VM Agent running on the virtual machine.VirtualMachineAgentInstanceViewVirtualMachineAgentInstanceView. withExtensionHandlers(List<VirtualMachineExtensionHandlerInstanceView> extensionHandlers)Set the extensionHandlers property: The virtual machine extension handler instance view.VirtualMachineAgentInstanceViewVirtualMachineAgentInstanceView. withStatuses(List<InstanceViewStatus> statuses)Set the statuses property: The resource status information.VirtualMachineAgentInstanceViewVirtualMachineAgentInstanceView. withVmAgentVersion(String vmAgentVersion)Set the vmAgentVersion property: The VM Agent full version.
-