public interface KubernetesClusterAgentPool extends ChildResource<KubernetesCluster>, HasInnerModel<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.
|
static interface |
KubernetesClusterAgentPool.Update<ParentT>
The template for an update operation, containing all the settings that can be modified.
|
static interface |
KubernetesClusterAgentPool.UpdateStages
Grouping of agent pool update stages.
|
| Modifier and Type | Method and Description |
|---|---|
int |
count() |
AgentPoolMode |
mode() |
String |
networkId() |
int |
osDiskSizeInGB() |
OSType |
osType() |
String |
subnetName() |
AgentPoolType |
type() |
ContainerServiceVMSizeTypes |
vmSize() |
nameparentinnerModelint count()
ContainerServiceVMSizeTypes vmSize()
int osDiskSizeInGB()
OSType osType()
AgentPoolType type()
AgentPoolMode mode()
String subnetName()
String networkId()
Copyright © 2020 Microsoft Corporation. All rights reserved.