Uses of Class
com.azure.resourcemanager.network.models.ScrubbingRuleEntryMatchOperator
Packages that use ScrubbingRuleEntryMatchOperator
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ScrubbingRuleEntryMatchOperator in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as ScrubbingRuleEntryMatchOperatorModifier and TypeFieldDescriptionstatic final ScrubbingRuleEntryMatchOperatorScrubbingRuleEntryMatchOperator.EQUALSStatic value Equals for ScrubbingRuleEntryMatchOperator.static final ScrubbingRuleEntryMatchOperatorScrubbingRuleEntryMatchOperator.EQUALS_ANYStatic value EqualsAny for ScrubbingRuleEntryMatchOperator.Methods in com.azure.resourcemanager.network.models that return ScrubbingRuleEntryMatchOperatorModifier and TypeMethodDescriptionScrubbingRuleEntryMatchOperator.fromString(String name) Creates or finds a ScrubbingRuleEntryMatchOperator from its string representation.WebApplicationFirewallScrubbingRules.selectorMatchOperator()Get the selectorMatchOperator property: When matchVariable is a collection, operate on the selector to specify which elements in the collection this rule applies to.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ScrubbingRuleEntryMatchOperatorModifier and TypeMethodDescriptionScrubbingRuleEntryMatchOperator.values()Gets known ScrubbingRuleEntryMatchOperator values.Methods in com.azure.resourcemanager.network.models with parameters of type ScrubbingRuleEntryMatchOperatorModifier and TypeMethodDescriptionWebApplicationFirewallScrubbingRules.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.