Interface ApplicationGatewayRequestRoutingRule.UpdateStages.WithBackend
-
- All Known Subinterfaces:
ApplicationGatewayRequestRoutingRule.Update
- Enclosing interface:
- ApplicationGatewayRequestRoutingRule.UpdateStages
public static interface ApplicationGatewayRequestRoutingRule.UpdateStages.WithBackendThe stage of an application gateway request routing rule update allowing to specify the backend to associate the routing rule with.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationGatewayRequestRoutingRule.UpdatetoBackend(String name)Associates the request routing rule with a backend on this application gateway.
-
-
-
Method Detail
-
toBackend
ApplicationGatewayRequestRoutingRule.Update toBackend(String name)
Associates the request routing rule with a backend on this application gateway.If the specified backend does not yet exist, it will be automatically created.
- Parameters:
name- the name of a backend- Returns:
- the next stage of the update
-
-