ProfileScrubbingRules Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ProfileScrubbingRules.
public ProfileScrubbingRules (Azure.ResourceManager.Cdn.Models.ScrubbingRuleEntryMatchVariable matchVariable, Azure.ResourceManager.Cdn.Models.ScrubbingRuleEntryMatchOperator selectorMatchOperator);
new Azure.ResourceManager.Cdn.Models.ProfileScrubbingRules : Azure.ResourceManager.Cdn.Models.ScrubbingRuleEntryMatchVariable * Azure.ResourceManager.Cdn.Models.ScrubbingRuleEntryMatchOperator -> Azure.ResourceManager.Cdn.Models.ProfileScrubbingRules
Public Sub New (matchVariable As ScrubbingRuleEntryMatchVariable, selectorMatchOperator As ScrubbingRuleEntryMatchOperator)
Parameters
- matchVariable
- ScrubbingRuleEntryMatchVariable
The variable to be scrubbed from the logs.
- selectorMatchOperator
- ScrubbingRuleEntryMatchOperator
When matchVariable is a collection, operate on the selector to specify which elements in the collection this rule applies to.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET