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
Modifier and TypeMethodDescriptionwithAvailabilityZones(Integer... zones) Specifies the availability zones.
-
Method Details
-
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
-