KubernetesClusterAgentPool.DefinitionStages.WithAvailabilityZones<ParentT> Interface
Type Parameters
- ParentT
the stage of the container service definition to return to after attaching this definition
public static interface KubernetesClusterAgentPool.DefinitionStages.WithAvailabilityZones
The stage of a container service agent pool definition allowing to specify availability zones.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withAvailabilityZones(Integer[] zones)
Specifies the availability zones. |
Method Details
withAvailabilityZones
public abstract KubernetesClusterAgentPool.DefinitionStages.WithAttach
Specifies the availability zones.
Parameters:
zones
- the availability zones, can be 1, 2, 3.
Returns:
the next stage of the definition
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java