Uses of Class
com.azure.resourcemanager.network.models.WebApplicationFirewallScrubbingState
Packages that use WebApplicationFirewallScrubbingState
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of WebApplicationFirewallScrubbingState in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as WebApplicationFirewallScrubbingStateModifier and TypeFieldDescriptionstatic final WebApplicationFirewallScrubbingStateWebApplicationFirewallScrubbingState.DISABLEDStatic value Disabled for WebApplicationFirewallScrubbingState.static final WebApplicationFirewallScrubbingStateWebApplicationFirewallScrubbingState.ENABLEDStatic value Enabled for WebApplicationFirewallScrubbingState.Methods in com.azure.resourcemanager.network.models that return WebApplicationFirewallScrubbingStateModifier and TypeMethodDescriptionWebApplicationFirewallScrubbingState.fromString(String name) Creates or finds a WebApplicationFirewallScrubbingState from its string representation.PolicySettingsLogScrubbing.state()Get the state property: State of the log scrubbing config.Methods in com.azure.resourcemanager.network.models that return types with arguments of type WebApplicationFirewallScrubbingStateModifier and TypeMethodDescriptionWebApplicationFirewallScrubbingState.values()Gets known WebApplicationFirewallScrubbingState values.Methods in com.azure.resourcemanager.network.models with parameters of type WebApplicationFirewallScrubbingStateModifier and TypeMethodDescriptionPolicySettingsLogScrubbing.withState(WebApplicationFirewallScrubbingState state) Set the state property: State of the log scrubbing config.