Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayHeaderConfiguration
Packages that use ApplicationGatewayHeaderConfiguration
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayHeaderConfiguration in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ApplicationGatewayHeaderConfigurationModifier and TypeClassDescriptionfinal classHeader configuration of the Actions set in Application Gateway.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayHeaderConfigurationModifier and TypeMethodDescriptionApplicationGatewayHeaderConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayHeaderConfiguration from the JsonReader.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.ApplicationGatewayHeaderConfiguration.withHeaderValueMatcher(HeaderValueMatcher headerValueMatcher) Set the headerValueMatcher property: An optional field under "Rewrite Action".Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationGatewayHeaderConfigurationModifier and TypeMethodDescriptionApplicationGatewayRewriteRuleActionSet.requestHeaderConfigurations()Get the requestHeaderConfigurations property: Request Header Actions in the Action Set.ApplicationGatewayRewriteRuleActionSet.responseHeaderConfigurations()Get the responseHeaderConfigurations property: Response Header Actions in the Action Set.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ApplicationGatewayHeaderConfigurationModifier and TypeMethodDescriptionApplicationGatewayRewriteRuleActionSet.withRequestHeaderConfigurations(List<ApplicationGatewayHeaderConfiguration> requestHeaderConfigurations) Set the requestHeaderConfigurations property: Request Header Actions in the Action Set.ApplicationGatewayRewriteRuleActionSet.withResponseHeaderConfigurations(List<ApplicationGatewayHeaderConfiguration> responseHeaderConfigurations) Set the responseHeaderConfigurations property: Response Header Actions in the Action Set.