| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayHeaderConfiguration |
ApplicationGatewayHeaderConfiguration.withHeaderName(String headerName)
Set header name of the header configuration.
|
ApplicationGatewayHeaderConfiguration |
ApplicationGatewayHeaderConfiguration.withHeaderValue(String headerValue)
Set header value of the header configuration.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationGatewayHeaderConfiguration> |
ApplicationGatewayRewriteRuleActionSet.requestHeaderConfigurations()
Get request Header Actions in the Action Set.
|
List<ApplicationGatewayHeaderConfiguration> |
ApplicationGatewayRewriteRuleActionSet.responseHeaderConfigurations()
Get response Header Actions in the Action Set.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/