@Beta(value=V1_4_0) public interface KubernetesClusterAgentPool extends ChildResource<OrchestratorServiceBase>, 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() |
ContainerServiceStorageProfileTypes |
storageProfile() |
String |
subnetName() |
ContainerServiceVMSizeTypes |
vmSize() |
key
name
int count()
ContainerServiceVMSizeTypes vmSize()
int osDiskSizeInGB()
OSType osType()
ContainerServiceStorageProfileTypes storageProfile()
@Beta(value=V1_15_0) String subnetName()
@Beta(value=V1_15_0) String networkId()
Copyright © 2019. All rights reserved.