Interface ApplicationGatewayRequestRoutingRule.UpdateStages.WithRedirectConfig
-
- All Known Subinterfaces:
ApplicationGatewayRequestRoutingRule.Update
- Enclosing interface:
- ApplicationGatewayRequestRoutingRule.UpdateStages
public static interface ApplicationGatewayRequestRoutingRule.UpdateStages.WithRedirectConfigThe stage of an application gateway request routing rule update allowing to associate the rule with a redirect configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationGatewayRequestRoutingRule.UpdatewithoutRedirectConfiguration()Removes the association with a redirect configuration, if any.ApplicationGatewayRequestRoutingRule.UpdatewithRedirectConfiguration(String name)Associates the specified redirect configuration with this request routing rule.
-
-
-
Method Detail
-
withRedirectConfiguration
ApplicationGatewayRequestRoutingRule.Update withRedirectConfiguration(String name)
Associates the specified redirect configuration with this request routing rule.Note that no backend can be associated with this request routing rule if it has a redirect configuration assigned to it, so this will also remove any backend and backend HTTP settings configuration.
- Parameters:
name- the name of a redirect configuration on this application gateway- Returns:
- the next stage of the update
-
withoutRedirectConfiguration
ApplicationGatewayRequestRoutingRule.Update withoutRedirectConfiguration()
Removes the association with a redirect configuration, if any.- Returns:
- the next stage of the update
-
-