Interface ApplicationGateway.UpdateStages.WithPrivateFrontend
- Enclosing interface:
ApplicationGateway.UpdateStages
public static interface ApplicationGateway.UpdateStages.WithPrivateFrontend
The stage of an internal application gateway update allowing to make the application gateway accessible to
its virtual network.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies that no private, or internal, front end should be enabled.Enables a private (internal) default front end in the subnet containing the application gateway.
-
Method Details
-
withPrivateFrontend
ApplicationGateway.Update withPrivateFrontend()Enables a private (internal) default front end in the subnet containing the application gateway.A front end with an automatically generated name will be created if none exists.
- Returns:
- the next stage of the update
-
withoutPrivateFrontend
ApplicationGateway.Update withoutPrivateFrontend()Specifies that no private, or internal, front end should be enabled.- Returns:
- the next stage of the definition
-