public class ApplicationGatewayHeaderConfiguration extends Object
| Constructor and Description |
|---|
ApplicationGatewayHeaderConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
headerName()
Get header name of the header configuration.
|
String |
headerValue()
Get header value of the header configuration.
|
ApplicationGatewayHeaderConfiguration |
withHeaderName(String headerName)
Set header name of the header configuration.
|
ApplicationGatewayHeaderConfiguration |
withHeaderValue(String headerValue)
Set header value of the header configuration.
|
public ApplicationGatewayHeaderConfiguration()
public String headerName()
public ApplicationGatewayHeaderConfiguration withHeaderName(String headerName)
headerName - the headerName value to setpublic String headerValue()
public ApplicationGatewayHeaderConfiguration withHeaderValue(String headerValue)
headerValue - the headerValue value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/