Uses of Class
com.azure.resourcemanager.network.models.WebApplicationFirewallScrubbingRules
Packages that use WebApplicationFirewallScrubbingRules
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of WebApplicationFirewallScrubbingRules in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return WebApplicationFirewallScrubbingRulesModifier and TypeMethodDescriptionWebApplicationFirewallScrubbingRules.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WebApplicationFirewallScrubbingRules from the JsonReader.WebApplicationFirewallScrubbingRules.withMatchVariable(ScrubbingRuleEntryMatchVariable matchVariable) Set the matchVariable property: The variable to be scrubbed from the logs.WebApplicationFirewallScrubbingRules.withSelector(String selector) Set the selector property: When matchVariable is a collection, operator used to specify which elements in the collection this rule applies to.WebApplicationFirewallScrubbingRules.withSelectorMatchOperator(ScrubbingRuleEntryMatchOperator selectorMatchOperator) Set the selectorMatchOperator property: When matchVariable is a collection, operate on the selector to specify which elements in the collection this rule applies to.WebApplicationFirewallScrubbingRules.withState(ScrubbingRuleEntryState state) Set the state property: Defines the state of log scrubbing rule.Methods in com.azure.resourcemanager.network.models that return types with arguments of type WebApplicationFirewallScrubbingRulesModifier and TypeMethodDescriptionPolicySettingsLogScrubbing.scrubbingRules()Get the scrubbingRules property: The rules that are applied to the logs for scrubbing.Method parameters in com.azure.resourcemanager.network.models with type arguments of type WebApplicationFirewallScrubbingRulesModifier and TypeMethodDescriptionPolicySettingsLogScrubbing.withScrubbingRules(List<WebApplicationFirewallScrubbingRules> scrubbingRules) Set the scrubbingRules property: The rules that are applied to the logs for scrubbing.