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 Details

    • 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

      Specifies that no private (internal) frontend should be enabled.
      Returns:
      the next stage of the definition