Interface ApplicationGatewayRequestRoutingRule.UpdateStages.WithBackend
- All Known Subinterfaces:
ApplicationGatewayRequestRoutingRule.Update
- Enclosing interface:
- ApplicationGatewayRequestRoutingRule.UpdateStages
public static interface ApplicationGatewayRequestRoutingRule.UpdateStages.WithBackend
The stage of an application gateway request routing rule update allowing to specify the backend to associate
the routing rule with.
-
Method Summary
Modifier and TypeMethodDescriptionAssociates the request routing rule with a backend on this application gateway.
-
Method Details
-
toBackend
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
-