ArmCdnModelFactory.ProfileLogScrubbing Method
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.
Defines rules that scrub sensitive fields in the Azure Front Door profile logs.
public static Azure.ResourceManager.Cdn.Models.ProfileLogScrubbing ProfileLogScrubbing(Azure.ResourceManager.Cdn.Models.ProfileScrubbingState? state = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Cdn.Models.ProfileScrubbingRules> scrubbingRules = default);
static member ProfileLogScrubbing : Nullable<Azure.ResourceManager.Cdn.Models.ProfileScrubbingState> * seq<Azure.ResourceManager.Cdn.Models.ProfileScrubbingRules> -> Azure.ResourceManager.Cdn.Models.ProfileLogScrubbing
Public Shared Function ProfileLogScrubbing (Optional state As Nullable(Of ProfileScrubbingState) = Nothing, Optional scrubbingRules As IEnumerable(Of ProfileScrubbingRules) = Nothing) As ProfileLogScrubbing
Parameters
- state
- Nullable<ProfileScrubbingState>
State of the log scrubbing config. Default value is Enabled.
- scrubbingRules
- IEnumerable<ProfileScrubbingRules>
List of log scrubbing rules applied to the Azure Front Door profile logs.
Returns
A new ProfileLogScrubbing instance for mocking.