Uses of Class
com.azure.resourcemanager.network.models.ScrubbingRuleEntryMatchVariable
Packages that use ScrubbingRuleEntryMatchVariable
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ScrubbingRuleEntryMatchVariable in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as ScrubbingRuleEntryMatchVariableModifier and TypeFieldDescriptionstatic final ScrubbingRuleEntryMatchVariableScrubbingRuleEntryMatchVariable.REQUEST_ARG_NAMESStatic value RequestArgNames for ScrubbingRuleEntryMatchVariable.static final ScrubbingRuleEntryMatchVariableScrubbingRuleEntryMatchVariable.REQUEST_COOKIE_NAMESStatic value RequestCookieNames for ScrubbingRuleEntryMatchVariable.static final ScrubbingRuleEntryMatchVariableScrubbingRuleEntryMatchVariable.REQUEST_HEADER_NAMESStatic value RequestHeaderNames for ScrubbingRuleEntryMatchVariable.static final ScrubbingRuleEntryMatchVariableScrubbingRuleEntryMatchVariable.REQUEST_IPADDRESSStatic value RequestIPAddress for ScrubbingRuleEntryMatchVariable.static final ScrubbingRuleEntryMatchVariableScrubbingRuleEntryMatchVariable.REQUEST_JSONARG_NAMESStatic value RequestJSONArgNames for ScrubbingRuleEntryMatchVariable.static final ScrubbingRuleEntryMatchVariableScrubbingRuleEntryMatchVariable.REQUEST_POST_ARG_NAMESStatic value RequestPostArgNames for ScrubbingRuleEntryMatchVariable.Methods in com.azure.resourcemanager.network.models that return ScrubbingRuleEntryMatchVariableModifier and TypeMethodDescriptionScrubbingRuleEntryMatchVariable.fromString(String name) Creates or finds a ScrubbingRuleEntryMatchVariable from its string representation.WebApplicationFirewallScrubbingRules.matchVariable()Get the matchVariable property: The variable to be scrubbed from the logs.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ScrubbingRuleEntryMatchVariableModifier and TypeMethodDescriptionScrubbingRuleEntryMatchVariable.values()Gets known ScrubbingRuleEntryMatchVariable values.Methods in com.azure.resourcemanager.network.models with parameters of type ScrubbingRuleEntryMatchVariableModifier and TypeMethodDescriptionWebApplicationFirewallScrubbingRules.withMatchVariable(ScrubbingRuleEntryMatchVariable matchVariable) Set the matchVariable property: The variable to be scrubbed from the logs.