| Package | Description |
|---|---|
| com.azure.resourcemanager.containerservice.models |
Package containing the data models for ContainerServiceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
KubernetesClusterAgentPool.Update<? extends KubernetesCluster.Update> |
KubernetesCluster.UpdateStages.WithAgentPool.updateAgentPool(String name)
Begins the definition of an agent pool profile to be attached to the Kubernetes cluster.
|
KubernetesClusterAgentPool.Update<ParentT> |
KubernetesClusterAgentPool.UpdateStages.WithAgentPoolMode.withAgentPoolMode(AgentPoolMode agentPoolMode)
Specifies the agent pool mode for the agents.
|
KubernetesClusterAgentPool.Update<ParentT> |
KubernetesClusterAgentPool.UpdateStages.WithAgentPoolVirtualMachineCount.withAgentPoolVirtualMachineCount(int count)
Specifies the number of agents (Virtual Machines) to host docker containers.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.