Uses of Class
com.azure.resourcemanager.network.models.WebApplicationFirewallCustomRule
Packages that use WebApplicationFirewallCustomRule
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of WebApplicationFirewallCustomRule in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type WebApplicationFirewallCustomRuleModifier and TypeMethodDescriptionWebApplicationFirewallPolicyInner.customRules()Get the customRules property: The custom rules inside the policy.WebApplicationFirewallPolicyPropertiesFormat.customRules()Get the customRules property: The custom rules inside the policy.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type WebApplicationFirewallCustomRuleModifier and TypeMethodDescriptionWebApplicationFirewallPolicyInner.withCustomRules(List<WebApplicationFirewallCustomRule> customRules) Set the customRules property: The custom rules inside the policy.WebApplicationFirewallPolicyPropertiesFormat.withCustomRules(List<WebApplicationFirewallCustomRule> customRules) Set the customRules property: The custom rules inside the policy. -
Uses of WebApplicationFirewallCustomRule in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return WebApplicationFirewallCustomRuleModifier and TypeMethodDescriptionWebApplicationFirewallCustomRule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WebApplicationFirewallCustomRule from the JsonReader.WebApplicationFirewallCustomRule.withAction(WebApplicationFirewallAction action) Set the action property: Type of Actions.WebApplicationFirewallCustomRule.withGroupByUserSession(List<GroupByUserSession> groupByUserSession) Set the groupByUserSession property: List of user session identifier group by clauses.WebApplicationFirewallCustomRule.withMatchConditions(List<MatchCondition> matchConditions) Set the matchConditions property: List of match conditions.Set the name property: The name of the resource that is unique within a policy.WebApplicationFirewallCustomRule.withPriority(int priority) Set the priority property: Priority of the rule.WebApplicationFirewallCustomRule.withRateLimitDuration(ApplicationGatewayFirewallRateLimitDuration rateLimitDuration) Set the rateLimitDuration property: Duration over which Rate Limit policy will be applied.WebApplicationFirewallCustomRule.withRateLimitThreshold(Integer rateLimitThreshold) Set the rateLimitThreshold property: Rate Limit threshold to apply in case ruleType is RateLimitRule.WebApplicationFirewallCustomRule.withRuleType(WebApplicationFirewallRuleType ruleType) Set the ruleType property: The rule type.WebApplicationFirewallCustomRule.withState(WebApplicationFirewallState state) Set the state property: Describes if the custom rule is in enabled or disabled state.