Interface ApplicationGateway.DefinitionStages.WithPrivateFrontend
- All Known Subinterfaces:
ApplicationGateway.Definition, ApplicationGateway.DefinitionStages.WithCreate, ApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreate
- Enclosing interface:
ApplicationGateway.DefinitionStages
public static interface ApplicationGateway.DefinitionStages.WithPrivateFrontend
The stage of an internal application gateway definition allowing to make the application gateway accessible
to its virtual network.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies that no private (internal) frontend should be enabled.Enables a private (internal) default frontend within the subnet containing the application gateway.
-
Method Details
-
withPrivateFrontend
ApplicationGateway.DefinitionStages.WithCreate withPrivateFrontend()Enables a private (internal) default frontend within the subnet containing the application gateway.A frontend with an automatically generated name will be created if none exists.
- Returns:
- the next stage of the definition
-
withoutPrivateFrontend
ApplicationGateway.DefinitionStages.WithCreate withoutPrivateFrontend()Specifies that no private (internal) frontend should be enabled.- Returns:
- the next stage of the definition
-