public static interface KubernetesClusterAgentPool.DefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
KubernetesClusterAgentPool.DefinitionStages.Blank<ParentT>
The first stage of a container service agent pool definition allowing to specify the agent virtual machine size.
|
static interface |
KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolVirtualMachineCount<ParentT>
The stage of a container service agent pool definition allowing to specify the number of agents
(Virtual Machines) to host docker containers.
|
static interface |
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT>
The final stage of a container service agent pool definition.
|
static interface |
KubernetesClusterAgentPool.DefinitionStages.WithMaxPodsCount<ParentT>
The stage of a container service agent pool definition allowing to specify the maximum number of pods that can run on a node.
|
static interface |
KubernetesClusterAgentPool.DefinitionStages.WithOSDiskSize<ParentT>
The stage of a container service agent pool definition allowing to specify the agent pool OS disk size.
|
static interface |
KubernetesClusterAgentPool.DefinitionStages.WithOSType<ParentT>
The stage of a container service agent pool definition allowing to specify the agent pool OS type.
|
static interface |
KubernetesClusterAgentPool.DefinitionStages.WithVirtualNetwork<ParentT>
The stage of a container service agent pool definition allowing to specify a virtual network to be used for the agents.
|
Copyright © 2019. All rights reserved.