Uses of Class
com.azure.resourcemanager.cdn.models.ProfileScrubbingRules
Packages that use ProfileScrubbingRules
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of ProfileScrubbingRules in com.azure.resourcemanager.cdn.models
Classes in com.azure.resourcemanager.cdn.models that implement interfaces with type arguments of type ProfileScrubbingRulesModifier and TypeClassDescriptionfinal classDefines the contents of the log scrubbing rules.Methods in com.azure.resourcemanager.cdn.models that return ProfileScrubbingRulesModifier and TypeMethodDescriptionstatic ProfileScrubbingRulesProfileScrubbingRules.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ProfileScrubbingRules from the JsonReader.ProfileScrubbingRules.withMatchVariable(ScrubbingRuleEntryMatchVariable matchVariable) Set the matchVariable property: The variable to be scrubbed from the logs.ProfileScrubbingRules.withSelector(String selector) Set the selector property: When matchVariable is a collection, operator used to specify which elements in the collection this rule applies to.ProfileScrubbingRules.withSelectorMatchOperator(ScrubbingRuleEntryMatchOperator selectorMatchOperator) Set the selectorMatchOperator property: When matchVariable is a collection, operate on the selector to specify which elements in the collection this rule applies to.ProfileScrubbingRules.withState(ScrubbingRuleEntryState state) Set the state property: Defines the state of a log scrubbing rule.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type ProfileScrubbingRulesModifier and TypeMethodDescriptionProfileLogScrubbing.scrubbingRules()Get the scrubbingRules property: List of log scrubbing rules applied to the Azure Front Door profile logs.Method parameters in com.azure.resourcemanager.cdn.models with type arguments of type ProfileScrubbingRulesModifier and TypeMethodDescriptionProfileLogScrubbing.withScrubbingRules(List<ProfileScrubbingRules> scrubbingRules) Set the scrubbingRules property: List of log scrubbing rules applied to the Azure Front Door profile logs.