@Beta(value=V1_4_0) public interface KubernetesClusterAgentPool extends com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<OrchestratorServiceBase>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<ManagedClusterAgentPoolProfile>
| 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.
|
static interface |
KubernetesClusterAgentPool.DefinitionStages
Grouping of container service agent pool definition stages as a part of parent container service definition.
|
| Modifier and Type | Method and Description |
|---|---|
int |
count() |
String |
networkId() |
int |
osDiskSizeInGB() |
OSType |
osType() |
String |
subnetName() |
AgentPoolType |
type() |
ContainerServiceVMSizeTypes |
vmSize() |
keynameint count()
ContainerServiceVMSizeTypes vmSize()
int osDiskSizeInGB()
OSType osType()
AgentPoolType type()
@Beta(value=V1_15_0) String subnetName()
@Beta(value=V1_15_0) String networkId()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/