Class ApplicationGatewayHeaderConfiguration

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

public class ApplicationGatewayHeaderConfiguration extends Object
Header configuration of the Actions set in Application Gateway.
  • Constructor Details

    • ApplicationGatewayHeaderConfiguration

      public ApplicationGatewayHeaderConfiguration()
  • Method Details

    • headerName

      public String headerName()
      Get header name of the header configuration.
      Returns:
      the headerName 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.
    • headerValue

      public String headerValue()
      Get header value of the header configuration.
      Returns:
      the headerValue value
    • 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.