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
Modifier and TypeMethodDescriptionSpecifies that the application gateway should not be Internet-facing.Methods inherited from interface com.azure.resourcemanager.network.models.HasPublicIpAddress.DefinitionStages.WithExistingPublicIPAddress
withExistingPublicIpAddress, withExistingPublicIpAddressMethods inherited from interface com.azure.resourcemanager.network.models.HasPublicIpAddress.DefinitionStages.WithNewPublicIPAddressNoDnsLabel
withNewPublicIpAddress, withNewPublicIpAddress
-
Method Details
-
withoutPublicFrontend
ApplicationGateway.DefinitionStages.WithCreate withoutPublicFrontend()Specifies that the application gateway should not be Internet-facing.- Returns:
- the next stage of the definition
-