Interface ApplicationGateway.DefinitionStages.WithPublicFrontend
-
- All Superinterfaces:
ApplicationGateway.DefinitionStages.WithPublicIPAddress,HasPublicIpAddress.DefinitionStages.WithExistingPublicIPAddress<ApplicationGateway.DefinitionStages.WithCreate>,HasPublicIpAddress.DefinitionStages.WithNewPublicIPAddressNoDnsLabel<ApplicationGateway.DefinitionStages.WithCreate>,HasPublicIpAddress.DefinitionStages.WithPublicIPAddressNoDnsLabel<ApplicationGateway.DefinitionStages.WithCreate>
- All Known Subinterfaces:
ApplicationGateway.Definition,ApplicationGateway.DefinitionStages.WithCreate,ApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreate
- Enclosing interface:
- ApplicationGateway.DefinitionStages
public static interface ApplicationGateway.DefinitionStages.WithPublicFrontend extends ApplicationGateway.DefinitionStages.WithPublicIPAddress
The stage of an application gateway definition allowing to define one or more public, or Internet-facing, frontends.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationGateway.DefinitionStages.WithCreatewithoutPublicFrontend()Specifies that the application gateway should not be Internet-facing.-
Methods inherited from interface com.azure.resourcemanager.network.models.HasPublicIpAddress.DefinitionStages.WithExistingPublicIPAddress
withExistingPublicIpAddress, withExistingPublicIpAddress
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasPublicIpAddress.DefinitionStages.WithNewPublicIPAddressNoDnsLabel
withNewPublicIpAddress, withNewPublicIpAddress
-
-
-
-
Method Detail
-
withoutPublicFrontend
ApplicationGateway.DefinitionStages.WithCreate withoutPublicFrontend()
Specifies that the application gateway should not be Internet-facing.- Returns:
- the next stage of the definition
-
-