Interface ApplicationGatewayPathRule.DefinitionStages.WithBackendHttpConfiguration<ParentT>

Type Parameters:
ParentT - the stage of the application gateway definition to return to after attaching this definition
All Known Subinterfaces:
ApplicationGatewayPathRule.Definition<ReturnT>, ApplicationGatewayPathRule.DefinitionStages.Blank<ReturnT>
Enclosing interface:
ApplicationGatewayPathRule.DefinitionStages

public static interface ApplicationGatewayPathRule.DefinitionStages.WithBackendHttpConfiguration<ParentT>
The stage of an application gateway request routing rule definition allowing to specify the backend HTTP settings configuration to associate the routing rule with.
  • Method Details

    • toBackendHttpConfiguration

      Associates the specified backend HTTP settings configuration with this path rule.

      If the backend configuration does not exist yet, it must be defined in the optional part of the application gateway definition. The request routing rule references it only by name.

      Parameters:
      name - the name of a backend HTTP settings configuration
      Returns:
      the next stage of the definition