public static interface ApplicationGateway.UpdateStages.WithRequestRoutingRule
| Modifier and Type | Method and Description |
|---|---|
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.
|
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.Blank<ApplicationGateway.Update> |
defineRequestRoutingRule(String name)
Begins the definition of a request routing rule for this application gateway.
|
ApplicationGatewayRequestRoutingRule.Update |
updateRequestRoutingRule(String name)
Begins the update of a request routing rule.
|
ApplicationGateway.Update |
withoutRequestRoutingRule(String name)
Removes a request routing rule from the application gateway.
|
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.Blank<ApplicationGateway.Update> defineRequestRoutingRule(String name)
name - a unique name for the request routing ruleApplicationGateway.Update withoutRequestRoutingRule(String name)
name - the name of the request routing rule to removeApplicationGatewayRequestRoutingRule.Update updateRequestRoutingRule(String name)
name - the name of an existing request routing ruleApplicationGatewayUrlPathMap.UpdateDefinitionStages.Blank<ApplicationGateway.Update> definePathBasedRoutingRule(String name)
name - a unique name for the URL path mapCopyright © 2020 Microsoft Corporation. All rights reserved.