Uses of Class
com.azure.resourcemanager.containerservice.models.VirtualMachineNodes
Packages that use VirtualMachineNodes
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of VirtualMachineNodes in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return types with arguments of type VirtualMachineNodesModifier and TypeMethodDescriptionAgentPoolInner.virtualMachineNodesStatus()Get the virtualMachineNodesStatus property: The status of nodes in a VirtualMachines agent pool.ManagedClusterAgentPoolProfileProperties.virtualMachineNodesStatus()Get the virtualMachineNodesStatus property: The status of nodes in a VirtualMachines agent pool.Method parameters in com.azure.resourcemanager.containerservice.fluent.models with type arguments of type VirtualMachineNodesModifier and TypeMethodDescriptionAgentPoolInner.withVirtualMachineNodesStatus(List<VirtualMachineNodes> virtualMachineNodesStatus) Set the virtualMachineNodesStatus property: The status of nodes in a VirtualMachines agent pool.ManagedClusterAgentPoolProfileProperties.withVirtualMachineNodesStatus(List<VirtualMachineNodes> virtualMachineNodesStatus) Set the virtualMachineNodesStatus property: The status of nodes in a VirtualMachines agent pool. -
Uses of VirtualMachineNodes in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return VirtualMachineNodesModifier and TypeMethodDescriptionstatic VirtualMachineNodesVirtualMachineNodes.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineNodes from the JsonReader.Set the count property: Number of nodes.Set the size property: The VM size of the agents used to host this group of nodes.Method parameters in com.azure.resourcemanager.containerservice.models with type arguments of type VirtualMachineNodesModifier and TypeMethodDescriptionManagedClusterAgentPoolProfile.withVirtualMachineNodesStatus(List<VirtualMachineNodes> virtualMachineNodesStatus) Set the virtualMachineNodesStatus property: The status of nodes in a VirtualMachines agent pool.