Uses of Class
com.azure.resourcemanager.cdn.models.ScrubbingRuleEntryMatchVariable
Packages that use ScrubbingRuleEntryMatchVariable
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of ScrubbingRuleEntryMatchVariable in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as ScrubbingRuleEntryMatchVariableModifier and TypeFieldDescriptionstatic final ScrubbingRuleEntryMatchVariableScrubbingRuleEntryMatchVariable.QUERY_STRING_ARG_NAMESStatic value QueryStringArgNames for ScrubbingRuleEntryMatchVariable.static final ScrubbingRuleEntryMatchVariableScrubbingRuleEntryMatchVariable.REQUEST_IPADDRESSStatic value RequestIPAddress for ScrubbingRuleEntryMatchVariable.static final ScrubbingRuleEntryMatchVariableScrubbingRuleEntryMatchVariable.REQUEST_URIStatic value RequestUri for ScrubbingRuleEntryMatchVariable.Methods in com.azure.resourcemanager.cdn.models that return ScrubbingRuleEntryMatchVariableModifier and TypeMethodDescriptionScrubbingRuleEntryMatchVariable.fromString(String name) Creates or finds a ScrubbingRuleEntryMatchVariable from its string representation.ProfileScrubbingRules.matchVariable()Get the matchVariable property: The variable to be scrubbed from the logs.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type ScrubbingRuleEntryMatchVariableModifier and TypeMethodDescriptionScrubbingRuleEntryMatchVariable.values()Gets known ScrubbingRuleEntryMatchVariable values.Methods in com.azure.resourcemanager.cdn.models with parameters of type ScrubbingRuleEntryMatchVariableModifier and TypeMethodDescriptionProfileScrubbingRules.withMatchVariable(ScrubbingRuleEntryMatchVariable matchVariable) Set the matchVariable property: The variable to be scrubbed from the logs.