Interface KubernetesClusterAgentPool.DefinitionStages.WithAvailabilityZones<ParentT>
-
- Type Parameters:
ParentT- the stage of the container service definition to return to after attaching this definition
- All Known Subinterfaces:
KubernetesClusterAgentPool.Definition<ParentT>,KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- KubernetesClusterAgentPool.DefinitionStages
public static interface KubernetesClusterAgentPool.DefinitionStages.WithAvailabilityZones<ParentT>The stage of a container service agent pool definition allowing to specify availability zones.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT>withAvailabilityZones(Integer... zones)Specifies the availability zones.
-
-
-
Method Detail
-
withAvailabilityZones
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> withAvailabilityZones(Integer... zones)
Specifies the availability zones.- Parameters:
zones- the availability zones, can be 1, 2, 3.- Returns:
- the next stage of the definition
-
-