Uses of Class
com.azure.resourcemanager.network.models.PolicySettingsLogScrubbing
Packages that use PolicySettingsLogScrubbing
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of PolicySettingsLogScrubbing in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type PolicySettingsLogScrubbingModifier and TypeClassDescriptionfinal classTo scrub sensitive log fields.Methods in com.azure.resourcemanager.network.models that return PolicySettingsLogScrubbingModifier and TypeMethodDescriptionstatic PolicySettingsLogScrubbingPolicySettingsLogScrubbing.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PolicySettingsLogScrubbing from the JsonReader.PolicySettings.logScrubbing()Get the logScrubbing property: To scrub sensitive log fields.PolicySettingsLogScrubbing.withScrubbingRules(List<WebApplicationFirewallScrubbingRules> scrubbingRules) Set the scrubbingRules property: The rules that are applied to the logs for scrubbing.PolicySettingsLogScrubbing.withState(WebApplicationFirewallScrubbingState state) Set the state property: State of the log scrubbing config.Methods in com.azure.resourcemanager.network.models with parameters of type PolicySettingsLogScrubbingModifier and TypeMethodDescriptionPolicySettings.withLogScrubbing(PolicySettingsLogScrubbing logScrubbing) Set the logScrubbing property: To scrub sensitive log fields.