public static interface ContainerServiceAgentPool.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ContainerServiceAgentPool.DefinitionStages.Blank<ParentT>
The first stage of a container service agent pool definition.
|
static interface |
ContainerServiceAgentPool.DefinitionStages.WithAttach<ParentT>
The final stage of a container service agent pool definition.
|
static interface |
ContainerServiceAgentPool.DefinitionStages.WithLeafDomainLabel<ParentT>
The stage of a container service agent pool definition allowing to specify the DNS prefix.
|
static interface |
ContainerServiceAgentPool.DefinitionStages.WithOSDiskSize<ParentT>
The stage of a container service agent pool definition allowing to specify the agent pool OS disk size.
|
static interface |
ContainerServiceAgentPool.DefinitionStages.WithOSType<ParentT>
The stage of a container service agent pool definition allowing to specify the agent pool OS type.
|
static interface |
ContainerServiceAgentPool.DefinitionStages.WithPorts<ParentT>
The stage of a container service agent pool definition allowing to specify the agent pool ports to be exposed.
|
static interface |
ContainerServiceAgentPool.DefinitionStages.WithStorageProfile<ParentT>
The stage of a container service agent pool definition allowing to specify the agent pool storage kind.
|
static interface |
ContainerServiceAgentPool.DefinitionStages.WithSubnet<ParentT>
The stage of a container service agent pool definition allowing to specify the subnet to be used by the machines in the agent pool.
|
static interface |
ContainerServiceAgentPool.DefinitionStages.WithVMSize<ParentT>
The stage of a container service agent pool definition allowing to specify the agent virtual machine size.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/