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 WithAttach<ParentT> withAvailabilityZones(Integer[] zones)

Specifies the availability zones.

Method Details

withAvailabilityZones

public abstract KubernetesClusterAgentPool.DefinitionStages.WithAttach withAvailabilityZones(Integer[] zones)

Specifies the availability zones.

Parameters:

zones - the availability zones, can be 1, 2, 3.

Returns:

the next stage of the definition

Applies to