ScrubbingRuleEntryMatchOperator Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. ScrubbingRuleEntryMatchOperator
- com.
- com.
public final class ScrubbingRuleEntryMatchOperator
extends ExpandableStringEnum<ScrubbingRuleEntryMatchOperator>
When matchVariable is a collection, operate on the selector to specify which elements in the collection this rule applies to.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Scrubbing |
EQUALS
Static value Equals for Scrubbing |
static final
Scrubbing |
EQUALS_ANY
Static value Equals |
Constructor Summary
Constructor | Description |
---|---|
ScrubbingRuleEntryMatchOperator() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Scrubbing |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Scrubbing |
fromString(String name)
Creates or finds a Scrubbing |
static
Collection<Scrubbing |
values()
Gets known Scrubbing |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
EQUALS
public static final ScrubbingRuleEntryMatchOperator EQUALS
Static value Equals for ScrubbingRuleEntryMatchOperator.
EQUALS_ANY
public static final ScrubbingRuleEntryMatchOperator EQUALS_ANY
Static value EqualsAny for ScrubbingRuleEntryMatchOperator.
Constructor Details
ScrubbingRuleEntryMatchOperator
@Deprecated
public ScrubbingRuleEntryMatchOperator()
Deprecated
Creates a new instance of ScrubbingRuleEntryMatchOperator value.
Method Details
fromString
public static ScrubbingRuleEntryMatchOperator fromString(String name)
Creates or finds a ScrubbingRuleEntryMatchOperator from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known ScrubbingRuleEntryMatchOperator values.
Returns:
Applies to
Azure SDK for Java