Uses of Class
com.azure.resourcemanager.network.models.HeaderValueMatcher
Packages that use HeaderValueMatcher
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of HeaderValueMatcher in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type HeaderValueMatcherModifier and TypeClassDescriptionfinal classAn optional field under "Rewrite Action".Methods in com.azure.resourcemanager.network.models that return HeaderValueMatcherModifier and TypeMethodDescriptionstatic HeaderValueMatcherHeaderValueMatcher.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of HeaderValueMatcher from the JsonReader.ApplicationGatewayHeaderConfiguration.headerValueMatcher()Get the headerValueMatcher property: An optional field under "Rewrite Action".HeaderValueMatcher.withIgnoreCase(Boolean ignoreCase) Set the ignoreCase property: Setting this parameter to truth value with force the pattern to do a case in-sensitive comparison.HeaderValueMatcher.withNegate(Boolean negate) Set the negate property: Setting this value as truth will force to check the negation of the condition given by the user in the pattern field.HeaderValueMatcher.withPattern(String pattern) Set the pattern property: The pattern, either fixed string or regular expression, that evaluates if a header value should be selected for rewrite.Methods in com.azure.resourcemanager.network.models with parameters of type HeaderValueMatcherModifier and TypeMethodDescriptionApplicationGatewayHeaderConfiguration.withHeaderValueMatcher(HeaderValueMatcher headerValueMatcher) Set the headerValueMatcher property: An optional field under "Rewrite Action".