Interface ApplicationGateway.DefinitionStages.WithAvailabilityZone
-
- All Known Subinterfaces:
ApplicationGateway.Definition,ApplicationGateway.DefinitionStages.WithCreate,ApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreate
- Enclosing interface:
- ApplicationGateway.DefinitionStages
public static interface ApplicationGateway.DefinitionStages.WithAvailabilityZoneThe stage of the application gateway definition allowing to specify availability zone.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationGateway.DefinitionStages.WithCreatewithAvailabilityZone(AvailabilityZoneId zoneId)Specifies the availability zone for the application gateway.
-
-
-
Method Detail
-
withAvailabilityZone
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
-
-