Uses of Class
com.azure.resourcemanager.network.models.ScrubbingRuleEntryState
Packages that use ScrubbingRuleEntryState
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ScrubbingRuleEntryState in com.azure.resourcemanager.network.models
Subclasses with type arguments of type ScrubbingRuleEntryState in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classDefines the state of log scrubbing rule.Fields in com.azure.resourcemanager.network.models declared as ScrubbingRuleEntryStateModifier and TypeFieldDescriptionstatic final ScrubbingRuleEntryStateScrubbingRuleEntryState.DISABLEDStatic value Disabled for ScrubbingRuleEntryState.static final ScrubbingRuleEntryStateScrubbingRuleEntryState.ENABLEDStatic value Enabled for ScrubbingRuleEntryState.Methods in com.azure.resourcemanager.network.models that return ScrubbingRuleEntryStateModifier and TypeMethodDescriptionstatic ScrubbingRuleEntryStateScrubbingRuleEntryState.fromString(String name) Creates or finds a ScrubbingRuleEntryState from its string representation.WebApplicationFirewallScrubbingRules.state()Get the state property: Defines the state of log scrubbing rule.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ScrubbingRuleEntryStateModifier and TypeMethodDescriptionstatic Collection<ScrubbingRuleEntryState> ScrubbingRuleEntryState.values()Gets known ScrubbingRuleEntryState values.Methods in com.azure.resourcemanager.network.models with parameters of type ScrubbingRuleEntryStateModifier and TypeMethodDescriptionWebApplicationFirewallScrubbingRules.withState(ScrubbingRuleEntryState state) Set the state property: Defines the state of log scrubbing rule.