Class ScrubbingRuleEntryMatchVariable
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ScrubbingRuleEntryMatchVariable>
com.azure.resourcemanager.network.models.ScrubbingRuleEntryMatchVariable
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ScrubbingRuleEntryMatchVariable
extends com.azure.core.util.ExpandableStringEnum<ScrubbingRuleEntryMatchVariable>
The variable to be scrubbed from the logs.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ScrubbingRuleEntryMatchVariableStatic value RequestArgNames for ScrubbingRuleEntryMatchVariable.static final ScrubbingRuleEntryMatchVariableStatic value RequestCookieNames for ScrubbingRuleEntryMatchVariable.static final ScrubbingRuleEntryMatchVariableStatic value RequestHeaderNames for ScrubbingRuleEntryMatchVariable.static final ScrubbingRuleEntryMatchVariableStatic value RequestIPAddress for ScrubbingRuleEntryMatchVariable.static final ScrubbingRuleEntryMatchVariableStatic value RequestJSONArgNames for ScrubbingRuleEntryMatchVariable.static final ScrubbingRuleEntryMatchVariableStatic value RequestPostArgNames for ScrubbingRuleEntryMatchVariable. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a ScrubbingRuleEntryMatchVariable from its string representation.values()Gets known ScrubbingRuleEntryMatchVariable values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
REQUEST_HEADER_NAMES
Static value RequestHeaderNames for ScrubbingRuleEntryMatchVariable. -
REQUEST_COOKIE_NAMES
Static value RequestCookieNames for ScrubbingRuleEntryMatchVariable. -
REQUEST_ARG_NAMES
Static value RequestArgNames for ScrubbingRuleEntryMatchVariable. -
REQUEST_POST_ARG_NAMES
Static value RequestPostArgNames for ScrubbingRuleEntryMatchVariable. -
REQUEST_JSONARG_NAMES
Static value RequestJSONArgNames for ScrubbingRuleEntryMatchVariable. -
REQUEST_IPADDRESS
Static value RequestIPAddress for ScrubbingRuleEntryMatchVariable.
-
-
Constructor Details
-
ScrubbingRuleEntryMatchVariable
Deprecated.Use thefromString(String)factory method.Creates a new instance of ScrubbingRuleEntryMatchVariable value.
-
-
Method Details
-
fromString
Creates or finds a ScrubbingRuleEntryMatchVariable from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ScrubbingRuleEntryMatchVariable.
-
values
Gets known ScrubbingRuleEntryMatchVariable values.- Returns:
- known ScrubbingRuleEntryMatchVariable values.
-
fromString(String)factory method.