Uses of Class
com.microsoft.azure.management.network.ApplicationGatewayHeaderConfiguration
Packages that use ApplicationGatewayHeaderConfiguration
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ApplicationGatewayHeaderConfiguration in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return ApplicationGatewayHeaderConfigurationModifier and TypeMethodDescriptionApplicationGatewayHeaderConfiguration.withHeaderName
(String headerName) Set header name of the header configuration.ApplicationGatewayHeaderConfiguration.withHeaderValue
(String headerValue) Set header value of the header configuration.Methods in com.microsoft.azure.management.network that return types with arguments of type ApplicationGatewayHeaderConfigurationModifier and TypeMethodDescriptionApplicationGatewayRewriteRuleActionSet.requestHeaderConfigurations()
Get request Header Actions in the Action Set.ApplicationGatewayRewriteRuleActionSet.responseHeaderConfigurations()
Get response Header Actions in the Action Set.Method parameters in com.microsoft.azure.management.network with type arguments of type ApplicationGatewayHeaderConfigurationModifier and TypeMethodDescriptionApplicationGatewayRewriteRuleActionSet.withRequestHeaderConfigurations
(List<ApplicationGatewayHeaderConfiguration> requestHeaderConfigurations) Set request Header Actions in the Action Set.ApplicationGatewayRewriteRuleActionSet.withResponseHeaderConfigurations
(List<ApplicationGatewayHeaderConfiguration> responseHeaderConfigurations) Set response Header Actions in the Action Set.