ApplicationGatewayHeaderConfiguration Class

  • java.lang.Object
    • com.microsoft.azure.management.network.ApplicationGatewayHeaderConfiguration

public class ApplicationGatewayHeaderConfiguration

Header configuration of the Actions set in Application Gateway.

Constructor Summary

Constructor Description
ApplicationGatewayHeaderConfiguration()

Method Summary

Modifier and Type Method and Description
java.lang.String headerName()

Get header name of the header configuration.

java.lang.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.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ApplicationGatewayHeaderConfiguration

public ApplicationGatewayHeaderConfiguration()

Method Details

headerName

public String headerName()

Get header name of the header configuration.

Returns:

the headerName value

headerValue

public String headerValue()

Get header value of the header configuration.

Returns:

the headerValue value

withHeaderName

public ApplicationGatewayHeaderConfiguration withHeaderName(String headerName)

Set header name of the header configuration.

Parameters:

headerName - the headerName value to set

Returns:

the ApplicationGatewayHeaderConfiguration object itself.

withHeaderValue

public ApplicationGatewayHeaderConfiguration withHeaderValue(String headerValue)

Set header value of the header configuration.

Parameters:

headerValue - the headerValue value to set

Returns:

the ApplicationGatewayHeaderConfiguration object itself.

Applies to