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.microsoft.azure.management.network.model.HasPublicIPAddress.DefinitionStages.WithExistingPublicIPAddress
withExistingPublicIPAddress, withExistingPublicIPAddress
-
Methods inherited from interface com.microsoft.azure.management.network.model.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
-
-