public final class ApplicationGatewayHeaderConfiguration extends Object
| Constructor and Description |
|---|
ApplicationGatewayHeaderConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
headerName()
Get the headerName property: Header name of the header configuration.
|
String |
headerValue()
Get the headerValue property: Header value of the header configuration.
|
void |
validate()
Validates the instance.
|
ApplicationGatewayHeaderConfiguration |
withHeaderName(String headerName)
Set the headerName property: Header name of the header configuration.
|
ApplicationGatewayHeaderConfiguration |
withHeaderValue(String headerValue)
Set the headerValue property: Header value of the header configuration.
|
public ApplicationGatewayHeaderConfiguration()
public String headerName()
public ApplicationGatewayHeaderConfiguration withHeaderName(String headerName)
headerName - the headerName value to set.public String headerValue()
public ApplicationGatewayHeaderConfiguration withHeaderValue(String headerValue)
headerValue - the headerValue value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.