Interface ApplicationGateway.DefinitionStages.WithAvailabilityZone
-
- All Known Subinterfaces:
ApplicationGateway.Definition,ApplicationGateway.DefinitionStages.WithCreate,ApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreate
- Enclosing interface:
- ApplicationGateway.DefinitionStages
@Beta(V1_4_0) 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(com.microsoft.azure.management.resources.fluentcore.arm.AvailabilityZoneId zoneId)Specifies the availability zone for the application gateway.
-
-
-
Method Detail
-
withAvailabilityZone
@Beta(V1_4_0) ApplicationGateway.DefinitionStages.WithCreate withAvailabilityZone(com.microsoft.azure.management.resources.fluentcore.arm.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
-
-