ScrubbingRuleEntryMatchVariable Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. ScrubbingRuleEntryMatchVariable
- com.
- com.
public final class ScrubbingRuleEntryMatchVariable
extends ExpandableStringEnum<ScrubbingRuleEntryMatchVariable>
The variable to be scrubbed from the logs.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Scrubbing |
REQUEST_ARG_NAMES
Static value Request |
static final
Scrubbing |
REQUEST_COOKIE_NAMES
Static value Request |
static final
Scrubbing |
REQUEST_HEADER_NAMES
Static value Request |
static final
Scrubbing |
REQUEST_IPADDRESS
Static value Request |
static final
Scrubbing |
REQUEST_JSONARG_NAMES
Static value Request |
static final
Scrubbing |
REQUEST_POST_ARG_NAMES
Static value Request |
Constructor Summary
Constructor | Description |
---|---|
ScrubbingRuleEntryMatchVariable() |
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
REQUEST_ARG_NAMES
public static final ScrubbingRuleEntryMatchVariable REQUEST_ARG_NAMES
Static value RequestArgNames for ScrubbingRuleEntryMatchVariable.
REQUEST_COOKIE_NAMES
public static final ScrubbingRuleEntryMatchVariable REQUEST_COOKIE_NAMES
Static value RequestCookieNames for ScrubbingRuleEntryMatchVariable.
REQUEST_HEADER_NAMES
public static final ScrubbingRuleEntryMatchVariable REQUEST_HEADER_NAMES
Static value RequestHeaderNames for ScrubbingRuleEntryMatchVariable.
REQUEST_IPADDRESS
public static final ScrubbingRuleEntryMatchVariable REQUEST_IPADDRESS
Static value RequestIPAddress for ScrubbingRuleEntryMatchVariable.
REQUEST_JSONARG_NAMES
public static final ScrubbingRuleEntryMatchVariable REQUEST_JSONARG_NAMES
Static value RequestJSONArgNames for ScrubbingRuleEntryMatchVariable.
REQUEST_POST_ARG_NAMES
public static final ScrubbingRuleEntryMatchVariable REQUEST_POST_ARG_NAMES
Static value RequestPostArgNames for ScrubbingRuleEntryMatchVariable.
Constructor Details
ScrubbingRuleEntryMatchVariable
@Deprecated
public ScrubbingRuleEntryMatchVariable()
Deprecated
Creates a new instance of ScrubbingRuleEntryMatchVariable value.
Method Details
fromString
public static ScrubbingRuleEntryMatchVariable fromString(String name)
Creates or finds a ScrubbingRuleEntryMatchVariable from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known ScrubbingRuleEntryMatchVariable values.
Returns:
Applies to
Azure SDK for Java