Interface ApplicationGatewayRequestRoutingRule.UpdateStages.WithBackendHttpConfiguration
-
- All Known Subinterfaces:
ApplicationGatewayRequestRoutingRule.Update
- Enclosing interface:
- ApplicationGatewayRequestRoutingRule.UpdateStages
public static interface ApplicationGatewayRequestRoutingRule.UpdateStages.WithBackendHttpConfigurationThe stage of an application gateway request routing rule update allowing to specify the backend HTTP settings configuration to associate the routing rule with.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationGatewayRequestRoutingRule.UpdatetoBackendHttpConfiguration(String name)Associates the specified backend HTTP settings configuration with this request routing rule.
-
-
-
Method Detail
-
toBackendHttpConfiguration
ApplicationGatewayRequestRoutingRule.Update toBackendHttpConfiguration(String name)
Associates the specified backend HTTP settings configuration with this request routing rule.- Parameters:
name- the name of a backend HTTP settings configuration- Returns:
- the next stage of the update
-
-