Interface ApplicationGateway.DefinitionStages.WithRequestRoutingRule
- All Known Subinterfaces:
ApplicationGateway.Definition,ApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreate
- Enclosing interface:
ApplicationGateway.DefinitionStages
public static interface ApplicationGateway.DefinitionStages.WithRequestRoutingRule
The stage of an application gateway definition allowing to add a request routing rule.
-
Method Summary
Modifier and TypeMethodDescriptionApplicationGatewayUrlPathMap.DefinitionStages.Blank<ApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreate> Begins the definition of a new application gateway path-based request routing rule and URL path map to be attached to the gateway.ApplicationGatewayRequestRoutingRule.DefinitionStages.Blank<ApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreate> Begins the definition of a request routing rule for this application gateway.
-
Method Details
-
defineRequestRoutingRule
ApplicationGatewayRequestRoutingRule.DefinitionStages.Blank<ApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreate> 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
-
definePathBasedRoutingRule
ApplicationGatewayUrlPathMap.DefinitionStages.Blank<ApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreate> 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
-