Interface ApplicationGatewayRequestRoutingRule.UpdateStages.WithListener
- All Known Subinterfaces:
ApplicationGatewayRequestRoutingRule.Update
- Enclosing interface:
- ApplicationGatewayRequestRoutingRule.UpdateStages
public static interface ApplicationGatewayRequestRoutingRule.UpdateStages.WithListener
The stage of an application gateway request routing rule update allowing to specify an existing listener to
associate the routing rule with.
-
Method Summary
Modifier and TypeMethodDescriptionfromListener(String name) Associates the request routing rule with an existing frontend listener.
-
Method Details
-
fromListener
Associates the request routing rule with an existing frontend listener.Also, note that a given listener can be used by no more than one request routing rule at a time.
- Parameters:
name- the name of a listener to reference- Returns:
- the next stage of the update
-