ApplicationGateway.DefinitionStages.WithAvailabilityZone Interface

public static interface ApplicationGateway.DefinitionStages.WithAvailabilityZone

The stage of the application gateway definition allowing to specify availability zone.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withAvailabilityZone(AvailabilityZoneId zoneId)

Specifies the availability zone for the application gateway.

Method Details

withAvailabilityZone

public abstract ApplicationGateway.DefinitionStages.WithCreate withAvailabilityZone(AvailabilityZoneId zoneId)

Specifies the availability zone for the application gateway.

Note, this functionality is not enabled for most subscriptions and is subject to significant redesign and/or removal in the future.

Parameters:

zoneId - the zone identifier.

Returns:

the next stage of the definition

Applies to