Interface ApplicationGateway.UpdateStages.WithPrivateFrontend
-
- Enclosing interface:
- ApplicationGateway.UpdateStages
public static interface ApplicationGateway.UpdateStages.WithPrivateFrontendThe stage of an internal application gateway update allowing to make the application gateway accessible to its virtual network.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationGateway.UpdatewithoutPrivateFrontend()Specifies that no private, or internal, front end should be enabled.ApplicationGateway.UpdatewithPrivateFrontend()Enables a private (internal) default front end in the subnet containing the application gateway.
-
-
-
Method Detail
-
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
-
-