Uses of Class
com.azure.resourcemanager.frontdoor.models.ManagedRuleExclusionMatchVariable
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of ManagedRuleExclusionMatchVariable in com.azure.resourcemanager.frontdoor.models
Modifier and TypeFieldDescriptionstatic final ManagedRuleExclusionMatchVariable
ManagedRuleExclusionMatchVariable.QUERY_STRING_ARG_NAMES
Static value QueryStringArgNames for ManagedRuleExclusionMatchVariable.static final ManagedRuleExclusionMatchVariable
ManagedRuleExclusionMatchVariable.REQUEST_BODY_JSON_ARG_NAMES
Static value RequestBodyJsonArgNames for ManagedRuleExclusionMatchVariable.static final ManagedRuleExclusionMatchVariable
ManagedRuleExclusionMatchVariable.REQUEST_BODY_POST_ARG_NAMES
Static value RequestBodyPostArgNames for ManagedRuleExclusionMatchVariable.static final ManagedRuleExclusionMatchVariable
ManagedRuleExclusionMatchVariable.REQUEST_COOKIE_NAMES
Static value RequestCookieNames for ManagedRuleExclusionMatchVariable.static final ManagedRuleExclusionMatchVariable
ManagedRuleExclusionMatchVariable.REQUEST_HEADER_NAMES
Static value RequestHeaderNames for ManagedRuleExclusionMatchVariable.Modifier and TypeMethodDescriptionManagedRuleExclusionMatchVariable.fromString
(String name) Creates or finds a ManagedRuleExclusionMatchVariable from its string representation.ManagedRuleExclusion.matchVariable()
Get the matchVariable property: The variable type to be excluded.Modifier and TypeMethodDescriptionManagedRuleExclusionMatchVariable.values()
Gets known ManagedRuleExclusionMatchVariable values.Modifier and TypeMethodDescriptionManagedRuleExclusion.withMatchVariable
(ManagedRuleExclusionMatchVariable matchVariable) Set the matchVariable property: The variable type to be excluded.