Uses of Class
com.azure.resourcemanager.cdn.models.ProfileLogScrubbing
Packages that use ProfileLogScrubbing
Package
Description
Package containing the inner data models for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of ProfileLogScrubbing in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return ProfileLogScrubbingModifier and TypeMethodDescriptionProfileInner.logScrubbing()Get the logScrubbing property: Defines rules that scrub sensitive fields in the Azure Front Door profile logs.ProfileProperties.logScrubbing()Get the logScrubbing property: Defines rules that scrub sensitive fields in the Azure Front Door profile logs.ProfilePropertiesUpdateParameters.logScrubbing()Get the logScrubbing property: Defines rules to scrub sensitive fields in logs.Methods in com.azure.resourcemanager.cdn.fluent.models with parameters of type ProfileLogScrubbingModifier and TypeMethodDescriptionProfileInner.withLogScrubbing(ProfileLogScrubbing logScrubbing) Set the logScrubbing property: Defines rules that scrub sensitive fields in the Azure Front Door profile logs.ProfileProperties.withLogScrubbing(ProfileLogScrubbing logScrubbing) Set the logScrubbing property: Defines rules that scrub sensitive fields in the Azure Front Door profile logs.ProfilePropertiesUpdateParameters.withLogScrubbing(ProfileLogScrubbing logScrubbing) Set the logScrubbing property: Defines rules to scrub sensitive fields in logs. -
Uses of ProfileLogScrubbing in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return ProfileLogScrubbingModifier and TypeMethodDescriptionProfileUpdateParameters.logScrubbing()Get the logScrubbing property: Defines rules to scrub sensitive fields in logs.ProfileLogScrubbing.withScrubbingRules(List<ProfileScrubbingRules> scrubbingRules) Set the scrubbingRules property: List of log scrubbing rules applied to the Azure Front Door profile logs.ProfileLogScrubbing.withState(ProfileScrubbingState state) Set the state property: State of the log scrubbing config.Methods in com.azure.resourcemanager.cdn.models with parameters of type ProfileLogScrubbingModifier and TypeMethodDescriptionProfileUpdateParameters.withLogScrubbing(ProfileLogScrubbing logScrubbing) Set the logScrubbing property: Defines rules to scrub sensitive fields in logs.