Uses of Class
com.azure.resourcemanager.containerservice.fluent.models.AgentPoolInner
-
Packages that use AgentPoolInner Package Description com.azure.resourcemanager.containerservice.fluent Package containing the service clients for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.fluent.models Package containing the inner data models for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.models Package containing the data models for ContainerServiceManagementClient. -
-
Uses of AgentPoolInner in com.azure.resourcemanager.containerservice.fluent
Methods in com.azure.resourcemanager.containerservice.fluent that return AgentPoolInner Modifier and Type Method Description AgentPoolInnerAgentPoolsClient. createOrUpdate(String resourceGroupName, String resourceName, String agentPoolName, AgentPoolInner parameters)Creates or updates an agent pool in the specified managed cluster.AgentPoolInnerAgentPoolsClient. createOrUpdate(String resourceGroupName, String resourceName, String agentPoolName, AgentPoolInner parameters, com.azure.core.util.Context context)Creates or updates an agent pool in the specified managed cluster.AgentPoolInnerAgentPoolsClient. get(String resourceGroupName, String resourceName, String agentPoolName)Gets the specified managed cluster agent pool.AgentPoolInnerAgentPoolsClient. upgradeNodeImageVersion(String resourceGroupName, String resourceName, String agentPoolName)Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes.AgentPoolInnerAgentPoolsClient. upgradeNodeImageVersion(String resourceGroupName, String resourceName, String agentPoolName, com.azure.core.util.Context context)Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes.Methods in com.azure.resourcemanager.containerservice.fluent that return types with arguments of type AgentPoolInner Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AgentPoolInner>,AgentPoolInner>AgentPoolsClient. beginCreateOrUpdate(String resourceGroupName, String resourceName, String agentPoolName, AgentPoolInner parameters)Creates or updates an agent pool in the specified managed cluster.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AgentPoolInner>,AgentPoolInner>AgentPoolsClient. beginCreateOrUpdate(String resourceGroupName, String resourceName, String agentPoolName, AgentPoolInner parameters)Creates or updates an agent pool in the specified managed cluster.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AgentPoolInner>,AgentPoolInner>AgentPoolsClient. beginCreateOrUpdate(String resourceGroupName, String resourceName, String agentPoolName, AgentPoolInner parameters, com.azure.core.util.Context context)Creates or updates an agent pool in the specified managed cluster.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AgentPoolInner>,AgentPoolInner>AgentPoolsClient. beginCreateOrUpdate(String resourceGroupName, String resourceName, String agentPoolName, AgentPoolInner parameters, com.azure.core.util.Context context)Creates or updates an agent pool in the specified managed cluster.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AgentPoolInner>,AgentPoolInner>AgentPoolsClient. beginCreateOrUpdateAsync(String resourceGroupName, String resourceName, String agentPoolName, AgentPoolInner parameters)Creates or updates an agent pool in the specified managed cluster.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AgentPoolInner>,AgentPoolInner>AgentPoolsClient. beginCreateOrUpdateAsync(String resourceGroupName, String resourceName, String agentPoolName, AgentPoolInner parameters)Creates or updates an agent pool in the specified managed cluster.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AgentPoolInner>,AgentPoolInner>AgentPoolsClient. beginUpgradeNodeImageVersion(String resourceGroupName, String resourceName, String agentPoolName)Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AgentPoolInner>,AgentPoolInner>AgentPoolsClient. beginUpgradeNodeImageVersion(String resourceGroupName, String resourceName, String agentPoolName)Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AgentPoolInner>,AgentPoolInner>AgentPoolsClient. beginUpgradeNodeImageVersion(String resourceGroupName, String resourceName, String agentPoolName, com.azure.core.util.Context context)Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AgentPoolInner>,AgentPoolInner>AgentPoolsClient. beginUpgradeNodeImageVersion(String resourceGroupName, String resourceName, String agentPoolName, com.azure.core.util.Context context)Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AgentPoolInner>,AgentPoolInner>AgentPoolsClient. beginUpgradeNodeImageVersionAsync(String resourceGroupName, String resourceName, String agentPoolName)Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AgentPoolInner>,AgentPoolInner>AgentPoolsClient. beginUpgradeNodeImageVersionAsync(String resourceGroupName, String resourceName, String agentPoolName)Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes.Mono<AgentPoolInner>AgentPoolsClient. createOrUpdateAsync(String resourceGroupName, String resourceName, String agentPoolName, AgentPoolInner parameters)Creates or updates an agent pool in the specified managed cluster.Mono<AgentPoolInner>AgentPoolsClient. getAsync(String resourceGroupName, String resourceName, String agentPoolName)Gets the specified managed cluster agent pool.com.azure.core.http.rest.Response<AgentPoolInner>AgentPoolsClient. getWithResponse(String resourceGroupName, String resourceName, String agentPoolName, com.azure.core.util.Context context)Gets the specified managed cluster agent pool.Mono<com.azure.core.http.rest.Response<AgentPoolInner>>AgentPoolsClient. getWithResponseAsync(String resourceGroupName, String resourceName, String agentPoolName)Gets the specified managed cluster agent pool.com.azure.core.http.rest.PagedIterable<AgentPoolInner>AgentPoolsClient. list(String resourceGroupName, String resourceName)Gets a list of agent pools in the specified managed cluster.com.azure.core.http.rest.PagedIterable<AgentPoolInner>AgentPoolsClient. list(String resourceGroupName, String resourceName, com.azure.core.util.Context context)Gets a list of agent pools in the specified managed cluster.com.azure.core.http.rest.PagedFlux<AgentPoolInner>AgentPoolsClient. listAsync(String resourceGroupName, String resourceName)Gets a list of agent pools in the specified managed cluster.Mono<AgentPoolInner>AgentPoolsClient. upgradeNodeImageVersionAsync(String resourceGroupName, String resourceName, String agentPoolName)Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes.Methods in com.azure.resourcemanager.containerservice.fluent with parameters of type AgentPoolInner Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AgentPoolInner>,AgentPoolInner>AgentPoolsClient. beginCreateOrUpdate(String resourceGroupName, String resourceName, String agentPoolName, AgentPoolInner parameters)Creates or updates an agent pool in the specified managed cluster.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AgentPoolInner>,AgentPoolInner>AgentPoolsClient. beginCreateOrUpdate(String resourceGroupName, String resourceName, String agentPoolName, AgentPoolInner parameters, com.azure.core.util.Context context)Creates or updates an agent pool in the specified managed cluster.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AgentPoolInner>,AgentPoolInner>AgentPoolsClient. beginCreateOrUpdateAsync(String resourceGroupName, String resourceName, String agentPoolName, AgentPoolInner parameters)Creates or updates an agent pool in the specified managed cluster.AgentPoolInnerAgentPoolsClient. createOrUpdate(String resourceGroupName, String resourceName, String agentPoolName, AgentPoolInner parameters)Creates or updates an agent pool in the specified managed cluster.AgentPoolInnerAgentPoolsClient. createOrUpdate(String resourceGroupName, String resourceName, String agentPoolName, AgentPoolInner parameters, com.azure.core.util.Context context)Creates or updates an agent pool in the specified managed cluster.Mono<AgentPoolInner>AgentPoolsClient. createOrUpdateAsync(String resourceGroupName, String resourceName, String agentPoolName, AgentPoolInner parameters)Creates or updates an agent pool in the specified managed cluster.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>AgentPoolsClient. createOrUpdateWithResponseAsync(String resourceGroupName, String resourceName, String agentPoolName, AgentPoolInner parameters)Creates or updates an agent pool in the specified managed cluster. -
Uses of AgentPoolInner in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return AgentPoolInner Modifier and Type Method Description AgentPoolInnerAgentPoolInner. withAvailabilityZones(List<String> availabilityZones)Set the availabilityZones property: The list of Availability zones to use for nodes.AgentPoolInnerAgentPoolInner. withCount(Integer count)Set the count property: Number of agents (VMs) to host docker containers.AgentPoolInnerAgentPoolInner. withCreationData(CreationData creationData)Set the creationData property: CreationData to be used to specify the source Snapshot ID if the node pool will be created/upgraded using a snapshot.AgentPoolInnerAgentPoolInner. withEnableAutoScaling(Boolean enableAutoScaling)Set the enableAutoScaling property: Whether to enable auto-scaler.AgentPoolInnerAgentPoolInner. withEnableEncryptionAtHost(Boolean enableEncryptionAtHost)Set the enableEncryptionAtHost property: Whether to enable host based OS and data drive encryption.AgentPoolInnerAgentPoolInner. withEnableFips(Boolean enableFips)Set the enableFips property: Whether to use a FIPS-enabled OS.AgentPoolInnerAgentPoolInner. withEnableNodePublicIp(Boolean enableNodePublicIp)Set the enableNodePublicIp property: Whether each node is allocated its own public IP.AgentPoolInnerAgentPoolInner. withEnableUltraSsd(Boolean enableUltraSsd)Set the enableUltraSsd property: Whether to enable UltraSSD.AgentPoolInnerAgentPoolInner. withGpuInstanceProfile(GpuInstanceProfile gpuInstanceProfile)Set the gpuInstanceProfile property: GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU.AgentPoolInnerAgentPoolInner. withId(String id)AgentPoolInnerAgentPoolInner. withKubeletConfig(KubeletConfig kubeletConfig)Set the kubeletConfig property: Kubelet configurations of agent nodes.AgentPoolInnerAgentPoolInner. withKubeletDiskType(KubeletDiskType kubeletDiskType)Set the kubeletDiskType property: Determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage.AgentPoolInnerAgentPoolInner. withLinuxOSConfig(LinuxOSConfig linuxOSConfig)Set the linuxOSConfig property: OS configurations of Linux agent nodes.AgentPoolInnerAgentPoolInner. withMaxCount(Integer maxCount)Set the maxCount property: The maximum number of nodes for auto-scaling.AgentPoolInnerAgentPoolInner. withMaxPods(Integer maxPods)Set the maxPods property: The maximum number of pods that can run on a node.AgentPoolInnerAgentPoolInner. withMinCount(Integer minCount)Set the minCount property: The minimum number of nodes for auto-scaling.AgentPoolInnerAgentPoolInner. withMode(AgentPoolMode mode)Set the mode property: The mode of an agent pool.AgentPoolInnerAgentPoolInner. withNodeLabels(Map<String,String> nodeLabels)Set the nodeLabels property: The node labels to be persisted across all nodes in agent pool.AgentPoolInnerAgentPoolInner. withNodePublicIpPrefixId(String nodePublicIpPrefixId)Set the nodePublicIpPrefixId property: The public IP prefix ID which VM nodes should use IPs from.AgentPoolInnerAgentPoolInner. withNodeTaints(List<String> nodeTaints)Set the nodeTaints property: The taints added to new nodes during node pool create and scale.AgentPoolInnerAgentPoolInner. withOrchestratorVersion(String orchestratorVersion)Set the orchestratorVersion property: The version of Kubernetes running on the Agent Pool.AgentPoolInnerAgentPoolInner. withOsDiskSizeGB(Integer osDiskSizeGB)Set the osDiskSizeGB property: OS Disk Size in GB to be used to specify the disk size for every machine in the master/agent pool.AgentPoolInnerAgentPoolInner. withOsDiskType(OSDiskType osDiskType)Set the osDiskType property: The OS disk type to be used for machines in the agent pool.AgentPoolInnerAgentPoolInner. withOsSku(OSSku osSku)Set the osSku property: Specifies an OS SKU.AgentPoolInnerAgentPoolInner. withOsType(OSType osType)Set the osType property: OsType to be used to specify os type.AgentPoolInnerAgentPoolInner. withPodSubnetId(String podSubnetId)Set the podSubnetId property: The ID of the subnet which pods will join when launched.AgentPoolInnerAgentPoolInner. withPowerState(PowerState powerState)Set the powerState property: When an Agent Pool is first created it is initially Running.AgentPoolInnerAgentPoolInner. withProximityPlacementGroupId(String proximityPlacementGroupId)Set the proximityPlacementGroupId property: The ID for Proximity Placement Group.AgentPoolInnerAgentPoolInner. withScaleDownMode(ScaleDownMode scaleDownMode)Set the scaleDownMode property: This also effects the cluster autoscaler behavior.AgentPoolInnerAgentPoolInner. withScaleSetEvictionPolicy(ScaleSetEvictionPolicy scaleSetEvictionPolicy)Set the scaleSetEvictionPolicy property: The Virtual Machine Scale Set eviction policy.AgentPoolInnerAgentPoolInner. withScaleSetPriority(ScaleSetPriority scaleSetPriority)Set the scaleSetPriority property: The Virtual Machine Scale Set priority.AgentPoolInnerAgentPoolInner. withSpotMaxPrice(Float spotMaxPrice)Set the spotMaxPrice property: The max price (in US Dollars) you are willing to pay for spot instances.AgentPoolInnerAgentPoolInner. withTags(Map<String,String> tags)Set the tags property: The tags to be persisted on the agent pool virtual machine scale set.AgentPoolInnerAgentPoolInner. withTypePropertiesType(AgentPoolType type)Set the type property: The type of Agent Pool.AgentPoolInnerAgentPoolInner. withUpgradeSettings(AgentPoolUpgradeSettings upgradeSettings)Set the upgradeSettings property: Settings for upgrading the agentpool.AgentPoolInnerAgentPoolInner. withVmSize(String vmSize)Set the vmSize property: The size of the agent pool VMs.AgentPoolInnerAgentPoolInner. withVnetSubnetId(String vnetSubnetId)Set the vnetSubnetId property: The ID of the subnet which agent pool nodes and optionally pods will join on startup.AgentPoolInnerAgentPoolInner. withWorkloadRuntime(WorkloadRuntime workloadRuntime)Set the workloadRuntime property: Determines the type of workload a node can run. -
Uses of AgentPoolInner in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return AgentPoolInner Modifier and Type Method Description AgentPoolInnerAgentPoolsUpgradeNodeImageVersionResponse. getValue()Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type AgentPoolInner Modifier and Type Method Description List<AgentPoolInner>AgentPoolListResult. value()Get the value property: The list of agent pools.Method parameters in com.azure.resourcemanager.containerservice.models with type arguments of type AgentPoolInner Modifier and Type Method Description AgentPoolListResultAgentPoolListResult. withValue(List<AgentPoolInner> value)Set the value property: The list of agent pools.Constructors in com.azure.resourcemanager.containerservice.models with parameters of type AgentPoolInner Constructor Description AgentPoolsUpgradeNodeImageVersionResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, AgentPoolInner value, AgentPoolsUpgradeNodeImageVersionHeaders headers)Creates an instance of AgentPoolsUpgradeNodeImageVersionResponse.
-