@Beta(value=V1_4_0) public interface ContainerServiceAgentPool extends ChildResource<OrchestratorServiceBase>, HasInner<ContainerServiceAgentPoolProfile>
Modifier and Type | Interface and Description |
---|---|
static interface |
ContainerServiceAgentPool.Definition<ParentT>
The entirety of a container service agent pool definition as a part of a parent definition.
|
static interface |
ContainerServiceAgentPool.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 |
dnsPrefix() |
String |
fqdn() |
String |
networkId() |
int |
osDiskSizeInGB() |
OSType |
osType() |
int[] |
ports() |
ContainerServiceStorageProfileTypes |
storageProfile() |
String |
subnetName() |
ContainerServiceVMSizeTypes |
vmSize() |
key
name
int count()
ContainerServiceVMSizeTypes vmSize()
String dnsPrefix()
String fqdn()
int osDiskSizeInGB()
int[] ports()
OSType osType()
ContainerServiceStorageProfileTypes storageProfile()
String subnetName()
String networkId()
Copyright © 2019. All rights reserved.