Interface KubernetesClusterAgentPool.DefinitionStages
-
- Enclosing interface:
- KubernetesClusterAgentPool
public static interface KubernetesClusterAgentPool.DefinitionStagesGrouping of container service agent pool definition stages as a part of parent container service definition.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceKubernetesClusterAgentPool.DefinitionStages.Blank<ParentT>The first stage of a container service agent pool definition allowing to specify the agent virtual machine size.static interfaceKubernetesClusterAgentPool.DefinitionStages.WithAgentPoolMode<ParentT>The stage of a container service agent pool definition allowing to specify the agent pool mode.static interfaceKubernetesClusterAgentPool.DefinitionStages.WithAgentPoolType<ParentT>The stage of a container service agent pool definition allowing to specify the type of agent pool.static interfaceKubernetesClusterAgentPool.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 interfaceKubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT>The final stage of a container service agent pool definition.static interfaceKubernetesClusterAgentPool.DefinitionStages.WithAutoScaling<ParentT>The stage of a container service agent pool definition allowing to specify auto-scaling.static interfaceKubernetesClusterAgentPool.DefinitionStages.WithAvailabilityZones<ParentT>The stage of a container service agent pool definition allowing to specify availability zones.static interfaceKubernetesClusterAgentPool.DefinitionStages.WithBillingProfile<ParentT>The stage of a container service agent pool definition allowing to specify the agent pool mode.static interfaceKubernetesClusterAgentPool.DefinitionStages.WithDiskType<ParentT>The stage of a container service agent pool definition allowing to specify the agent pool disk type.static interfaceKubernetesClusterAgentPool.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 interfaceKubernetesClusterAgentPool.DefinitionStages.WithNodeLabelsTaints<ParentT>The stage of a container service agent pool definition allowing to specify node labels and taints.static interfaceKubernetesClusterAgentPool.DefinitionStages.WithOSDiskSize<ParentT>The stage of a container service agent pool definition allowing to specify the agent pool OS disk size.static interfaceKubernetesClusterAgentPool.DefinitionStages.WithOSType<ParentT>The stage of a container service agent pool definition allowing to specify the agent pool OS type.static interfaceKubernetesClusterAgentPool.DefinitionStages.WithTags<ParentT>The stage of a container service agent pool definition allowing to specify tags.static interfaceKubernetesClusterAgentPool.DefinitionStages.WithVirtualNetwork<ParentT>The stage of a container service agent pool definition allowing to specify a virtual network to be used for the agents.static interfaceKubernetesClusterAgentPool.DefinitionStages.WithVMPriority<ParentT>The stage of a container service agent pool definition allowing to specify the priority of the virtual machine.
-