| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerServiceAgentPool.DefinitionStages.WithAttach<ParentT> |
ContainerServiceAgentPool.DefinitionStages.WithLeafDomainLabel.withDnsPrefix(String dnsPrefix)
Specify the DNS prefix to be used in the FQDN for the agent pool.
|
ContainerServiceAgentPool.DefinitionStages.WithAttach<ParentT> |
ContainerServiceAgentPool.DefinitionStages.WithOSDiskSize.withOSDiskSizeInGB(int osDiskSizeInGB)
OS Disk Size in GB to be used for every machine in the agent pool.
|
ContainerServiceAgentPool.DefinitionStages.WithAttach<ParentT> |
ContainerServiceAgentPool.DefinitionStages.WithOSType.withOSType(OSType osType)
OS type to be used for every machine in the agent pool.
|
ContainerServiceAgentPool.DefinitionStages.WithAttach<ParentT> |
ContainerServiceAgentPool.DefinitionStages.WithPorts.withPorts(int... ports)
Ports to be exposed on this agent pool.
|
ContainerServiceAgentPool.DefinitionStages.WithAttach<ParentT> |
ContainerServiceAgentPool.DefinitionStages.WithStorageProfile.withStorageProfile(ContainerServiceStorageProfileTypes storageProfile)
Specifies the storage kind to be used for each virtual machine in the agent pool.
|
ContainerServiceAgentPool.DefinitionStages.WithAttach<ParentT> |
ContainerServiceAgentPool.DefinitionStages.WithSubnet.withSubnetName(String subnetName)
Specifies the subnet to be used for each virtual machine in the agent pool.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/