| 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.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.WithVMSize.withVirtualMachineSize(ContainerServiceVMSizeTypes vmSize)
Specifies the size of the agent virtual machines.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/