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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET