你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ScrubbingRuleEntryMatchOperator Class

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 ScrubbingRuleEntryMatchOperator EQUALS

Static value Equals for ScrubbingRuleEntryMatchOperator.

static final ScrubbingRuleEntryMatchOperator EQUALS_ANY

Static value EqualsAny for ScrubbingRuleEntryMatchOperator.

Constructor Summary

Constructor Description
ScrubbingRuleEntryMatchOperator()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ScrubbingRuleEntryMatchOperator value.

Method Summary

Modifier and Type Method and Description
static ScrubbingRuleEntryMatchOperator fromString(String name)

Creates or finds a ScrubbingRuleEntryMatchOperator from its string representation.

static Collection<ScrubbingRuleEntryMatchOperator> values()

Gets known ScrubbingRuleEntryMatchOperator values.

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

Use the fromString(String name) factory method.

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:

name - a name to look for.

Returns:

the corresponding ScrubbingRuleEntryMatchOperator.

values

public static Collection<ScrubbingRuleEntryMatchOperator> values()

Gets known ScrubbingRuleEntryMatchOperator values.

Returns:

known ScrubbingRuleEntryMatchOperator values.

Applies to