Uses of Class
com.azure.resourcemanager.network.models.WebApplicationFirewallRuleType
-
Packages that use WebApplicationFirewallRuleType Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of WebApplicationFirewallRuleType in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as WebApplicationFirewallRuleType Modifier and Type Field Description static WebApplicationFirewallRuleTypeWebApplicationFirewallRuleType. INVALIDStatic value Invalid for WebApplicationFirewallRuleType.static WebApplicationFirewallRuleTypeWebApplicationFirewallRuleType. MATCH_RULEStatic value MatchRule for WebApplicationFirewallRuleType.Methods in com.azure.resourcemanager.network.models that return WebApplicationFirewallRuleType Modifier and Type Method Description static WebApplicationFirewallRuleTypeWebApplicationFirewallRuleType. fromString(String name)Creates or finds a WebApplicationFirewallRuleType from its string representation.WebApplicationFirewallRuleTypeWebApplicationFirewallCustomRule. ruleType()Get the ruleType property: The rule type.Methods in com.azure.resourcemanager.network.models that return types with arguments of type WebApplicationFirewallRuleType Modifier and Type Method Description static Collection<WebApplicationFirewallRuleType>WebApplicationFirewallRuleType. values()Methods in com.azure.resourcemanager.network.models with parameters of type WebApplicationFirewallRuleType Modifier and Type Method Description WebApplicationFirewallCustomRuleWebApplicationFirewallCustomRule. withRuleType(WebApplicationFirewallRuleType ruleType)Set the ruleType property: The rule type.
-