Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineAgentInstanceView
Packages that use VirtualMachineAgentInstanceView
Package
Description
Package containing the inner data models for ComputeManagementClient.
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 VirtualMachineAgentInstanceViewModifier and TypeMethodDescriptionVirtualMachineInstanceViewInner.vmAgent()Get the vmAgent property: The VM Agent running on the virtual machine.VirtualMachineScaleSetVMInstanceViewInner.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 VirtualMachineAgentInstanceViewModifier and TypeMethodDescriptionVirtualMachineInstanceViewInner.withVmAgent(VirtualMachineAgentInstanceView vmAgent) Set the vmAgent property: The VM Agent running on the virtual machine.VirtualMachineScaleSetVMInstanceViewInner.withVmAgent(VirtualMachineAgentInstanceView vmAgent) Set the vmAgent property: The VM Agent running on the virtual machine. -
Uses of VirtualMachineAgentInstanceView in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type VirtualMachineAgentInstanceViewModifier and TypeClassDescriptionfinal classThe instance view of the VM Agent running on the virtual machine.Methods in com.azure.resourcemanager.compute.models that return VirtualMachineAgentInstanceViewModifier and TypeMethodDescriptionVirtualMachineAgentInstanceView.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineAgentInstanceView from the JsonReader.VirtualMachineInstanceView.vmAgent()Get the VM Agent running on the virtual machine.VirtualMachineAgentInstanceView.withExtensionHandlers(List<VirtualMachineExtensionHandlerInstanceView> extensionHandlers) Set the extensionHandlers property: The virtual machine extension handler instance view.VirtualMachineAgentInstanceView.withStatuses(List<InstanceViewStatus> statuses) Set the statuses property: The resource status information.VirtualMachineAgentInstanceView.withVmAgentVersion(String vmAgentVersion) Set the vmAgentVersion property: The VM Agent full version.