Interface KubernetesClusterAgentPool.UpdateStages
-
- Enclosing interface:
- KubernetesClusterAgentPool
public static interface KubernetesClusterAgentPool.UpdateStagesGrouping of agent pool update stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceKubernetesClusterAgentPool.UpdateStages.WithAgentPoolMode<ParentT>The stage of a container service agent pool update allowing to specify the agent pool mode.static interfaceKubernetesClusterAgentPool.UpdateStages.WithAgentPoolVirtualMachineCount<ParentT>The stage of a container service agent pool update allowing to specify the number of agents (Virtual Machines) to host docker containers.static interfaceKubernetesClusterAgentPool.UpdateStages.WithAutoScaling<ParentT>The stage of a container service agent pool update allowing to specify auto-scaling.static interfaceKubernetesClusterAgentPool.UpdateStages.WithDiskType<ParentT>The stage of a container service agent pool update allowing to specify the agent pool disk type.static interfaceKubernetesClusterAgentPool.UpdateStages.WithTags<ParentT>The stage of a container service agent pool update allowing to specify tags.
-