Interface ApplicationGateway.UpdateStages.WithRequestRoutingRule
- All Known Subinterfaces:
ApplicationGateway.Update
- Enclosing interface:
ApplicationGateway.UpdateStages
public static interface ApplicationGateway.UpdateStages.WithRequestRoutingRule
The stage of an application gateway update allowing to modify request routing rules.
-
Method Summary
Modifier and TypeMethodDescriptionBegins the definition of a new application gateway path-based request routing rule and URL path map to be attached to the gateway.Begins the definition of a request routing rule for this application gateway.Begins the update of a request routing rule.Removes a request routing rule from the application gateway.
-
Method Details
-
defineRequestRoutingRule
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.Blank<ApplicationGateway.Update> defineRequestRoutingRule(String name) Begins the definition of a request routing rule for this application gateway.- Parameters:
name- a unique name for the request routing rule- Returns:
- the first stage of the request routing rule
-
withoutRequestRoutingRule
Removes a request routing rule from the application gateway.- Parameters:
name- the name of the request routing rule to remove- Returns:
- the next stage of the update
-
updateRequestRoutingRule
Begins the update of a request routing rule.- Parameters:
name- the name of an existing request routing rule- Returns:
- the first stage of a request routing rule update or null if the requested rule does not exist
-
definePathBasedRoutingRule
ApplicationGatewayUrlPathMap.UpdateDefinitionStages.Blank<ApplicationGateway.Update> definePathBasedRoutingRule(String name) Begins the definition of a new application gateway path-based request routing rule and URL path map to be attached to the gateway. Note: both will be created with the same name and attached to the gateway.- Parameters:
name- a unique name for the URL path map- Returns:
- the first stage of the URL path map definition
-