Class ApplicationGatewayHeaderConfiguration
java.lang.Object
com.microsoft.azure.management.network.ApplicationGatewayHeaderConfiguration
Header configuration of the Actions set in Application Gateway.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet header name of the header configuration.Get header value of the header configuration.withHeaderName
(String headerName) Set header name of the header configuration.withHeaderValue
(String headerValue) Set header value of the header configuration.
-
Constructor Details
-
ApplicationGatewayHeaderConfiguration
public ApplicationGatewayHeaderConfiguration()
-
-
Method Details
-
headerName
Get header name of the header configuration.- Returns:
- the headerName value
-
withHeaderName
Set header name of the header configuration.- Parameters:
headerName
- the headerName value to set- Returns:
- the ApplicationGatewayHeaderConfiguration object itself.
-
headerValue
Get header value of the header configuration.- Returns:
- the headerValue value
-
withHeaderValue
Set header value of the header configuration.- Parameters:
headerValue
- the headerValue value to set- Returns:
- the ApplicationGatewayHeaderConfiguration object itself.
-