Uses of Class
com.azure.resourcemanager.frontdoor.models.CustomRuleList
Packages that use CustomRuleList
Package
Description
Package containing the inner data models for FrontDoorManagementClient.
Package containing the data models for FrontDoorManagementClient.
-
Uses of CustomRuleList in com.azure.resourcemanager.frontdoor.fluent.models
Methods in com.azure.resourcemanager.frontdoor.fluent.models that return CustomRuleListModifier and TypeMethodDescriptionWebApplicationFirewallPolicyInner.customRules()Get the customRules property: Describes custom rules inside the policy.WebApplicationFirewallPolicyProperties.customRules()Get the customRules property: Describes custom rules inside the policy.Methods in com.azure.resourcemanager.frontdoor.fluent.models with parameters of type CustomRuleListModifier and TypeMethodDescriptionWebApplicationFirewallPolicyInner.withCustomRules(CustomRuleList customRules) Set the customRules property: Describes custom rules inside the policy.WebApplicationFirewallPolicyProperties.withCustomRules(CustomRuleList customRules) Set the customRules property: Describes custom rules inside the policy. -
Uses of CustomRuleList in com.azure.resourcemanager.frontdoor.models
Methods in com.azure.resourcemanager.frontdoor.models that return CustomRuleListModifier and TypeMethodDescriptionWebApplicationFirewallPolicy.customRules()Gets the customRules property: Describes custom rules inside the policy.CustomRuleList.withRules(List<CustomRule> rules) Set the rules property: List of rules.Methods in com.azure.resourcemanager.frontdoor.models with parameters of type CustomRuleListModifier and TypeMethodDescriptionWebApplicationFirewallPolicy.DefinitionStages.WithCustomRules.withCustomRules(CustomRuleList customRules) Specifies the customRules property: Describes custom rules inside the policy..