public static interface ApplicationGateway.UpdateStages.WithRequestRoutingRule
| Modifier and Type | Method and Description |
|---|---|
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 rule/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/