| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayRewriteRuleActionSet |
ApplicationGatewayRewriteRule.actionSet()
Get set of actions to be done as part of the rewrite Rule.
|
ApplicationGatewayRewriteRuleActionSet |
ApplicationGatewayRewriteRuleActionSet.withRequestHeaderConfigurations(List<ApplicationGatewayHeaderConfiguration> requestHeaderConfigurations)
Set request Header Actions in the Action Set.
|
ApplicationGatewayRewriteRuleActionSet |
ApplicationGatewayRewriteRuleActionSet.withResponseHeaderConfigurations(List<ApplicationGatewayHeaderConfiguration> responseHeaderConfigurations)
Set response Header Actions in the Action Set.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayRewriteRule |
ApplicationGatewayRewriteRule.withActionSet(ApplicationGatewayRewriteRuleActionSet actionSet)
Set set of actions to be done as part of the rewrite Rule.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/