@Beta(value=V1_1_0) public interface ContainerServiceAgentPool extends com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<ContainerService>, com.microsoft.azure.management.resources.fluentcore.model.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 |
dnsLabel() |
String |
fqdn() |
ContainerServiceVMSizeTypes |
vmSize() |
keynameint count()
ContainerServiceVMSizeTypes vmSize()
String dnsLabel()
String fqdn()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/