| Package | Description |
|---|---|
| com.azure.resourcemanager.containerservice.models |
Package containing the data models for ContainerServiceManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
KubernetesClusterAgentPool.Definition<ParentT>
The entirety of a container service agent pool definition as a part of a parent definition.
|
| Modifier and Type | Method and Description |
|---|---|
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> |
KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolMode.withAgentPoolMode(AgentPoolMode agentPoolMode)
Specifies the agent pool mode for the agents.
|
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> |
KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolType.withAgentPoolType(AgentPoolType agentPoolType)
Set agent pool type to every virtual machine in the agent pool.
|
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> |
KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolType.withAgentPoolTypeName(String agentPoolTypeName)
Set agent pool type by type name.
|
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> |
KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolVirtualMachineCount.withAgentPoolVirtualMachineCount(int count)
Specifies the number of agents (Virtual Machines) to host docker containers.
|
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> |
KubernetesClusterAgentPool.DefinitionStages.WithMaxPodsCount.withMaxPodsCount(int podsCount)
Specifies the maximum number of pods that can run on a node.
|
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> |
KubernetesClusterAgentPool.DefinitionStages.WithOSDiskSize.withOSDiskSizeInGB(int osDiskSizeInGB)
OS disk size in GB to be used for each virtual machine in the agent pool.
|
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> |
KubernetesClusterAgentPool.DefinitionStages.WithOSType.withOSType(OSType osType)
OS type to be used for each virtual machine in the agent pool.
|
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> |
KubernetesClusterAgentPool.DefinitionStages.WithVirtualNetwork.withVirtualNetwork(String virtualNetworkId,
String subnetName)
Specifies the virtual network to be used for the agents.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.