Class ScrubbingRuleEntryMatchOperator
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ScrubbingRuleEntryMatchOperator>
com.azure.resourcemanager.network.models.ScrubbingRuleEntryMatchOperator
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ScrubbingRuleEntryMatchOperator
extends com.azure.core.util.ExpandableStringEnum<ScrubbingRuleEntryMatchOperator>
When matchVariable is a collection, operate on the selector to specify which elements in the collection this rule
applies to.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ScrubbingRuleEntryMatchOperatorStatic value Equals for ScrubbingRuleEntryMatchOperator.static final ScrubbingRuleEntryMatchOperatorStatic value EqualsAny for ScrubbingRuleEntryMatchOperator. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a ScrubbingRuleEntryMatchOperator from its string representation.values()Gets known ScrubbingRuleEntryMatchOperator values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
EQUALS
Static value Equals for ScrubbingRuleEntryMatchOperator. -
EQUALS_ANY
Static value EqualsAny for ScrubbingRuleEntryMatchOperator.
-
-
Constructor Details
-
ScrubbingRuleEntryMatchOperator
Deprecated.Use thefromString(String)factory method.Creates a new instance of ScrubbingRuleEntryMatchOperator value.
-
-
Method Details
-
fromString
Creates or finds a ScrubbingRuleEntryMatchOperator from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ScrubbingRuleEntryMatchOperator.
-
values
Gets known ScrubbingRuleEntryMatchOperator values.- Returns:
- known ScrubbingRuleEntryMatchOperator values.
-
fromString(String)factory method.