Uses of Class
com.azure.resourcemanager.network.models.WebApplicationFirewallState
Packages that use WebApplicationFirewallState
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of WebApplicationFirewallState in com.azure.resourcemanager.network.models
Subclasses with type arguments of type WebApplicationFirewallState in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classDescribes if the custom rule is in enabled or disabled state.Fields in com.azure.resourcemanager.network.models declared as WebApplicationFirewallStateModifier and TypeFieldDescriptionstatic final WebApplicationFirewallStateWebApplicationFirewallState.DISABLEDStatic value Disabled for WebApplicationFirewallState.static final WebApplicationFirewallStateWebApplicationFirewallState.ENABLEDStatic value Enabled for WebApplicationFirewallState.Methods in com.azure.resourcemanager.network.models that return WebApplicationFirewallStateModifier and TypeMethodDescriptionstatic WebApplicationFirewallStateWebApplicationFirewallState.fromString(String name) Creates or finds a WebApplicationFirewallState from its string representation.WebApplicationFirewallCustomRule.state()Get the state property: Describes if the custom rule is in enabled or disabled state.Methods in com.azure.resourcemanager.network.models that return types with arguments of type WebApplicationFirewallStateModifier and TypeMethodDescriptionWebApplicationFirewallState.values()Gets known WebApplicationFirewallState values.Methods in com.azure.resourcemanager.network.models with parameters of type WebApplicationFirewallStateModifier and TypeMethodDescriptionWebApplicationFirewallCustomRule.withState(WebApplicationFirewallState state) Set the state property: Describes if the custom rule is in enabled or disabled state.