Uses of Class
com.azure.resourcemanager.cdn.models.CustomRuleList
-
Packages that use CustomRuleList Package Description com.azure.resourcemanager.cdn.fluent.models Package containing the inner data models for CdnManagementClient.com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of CustomRuleList in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return CustomRuleList Modifier and Type Method Description CustomRuleListCdnWebApplicationFirewallPolicyInner. customRules()Get the customRules property: Describes custom rules inside the policy.CustomRuleListCdnWebApplicationFirewallPolicyProperties. customRules()Get the customRules property: Describes custom rules inside the policy.Methods in com.azure.resourcemanager.cdn.fluent.models with parameters of type CustomRuleList Modifier and Type Method Description CdnWebApplicationFirewallPolicyInnerCdnWebApplicationFirewallPolicyInner. withCustomRules(CustomRuleList customRules)Set the customRules property: Describes custom rules inside the policy.CdnWebApplicationFirewallPolicyPropertiesCdnWebApplicationFirewallPolicyProperties. withCustomRules(CustomRuleList customRules)Set the customRules property: Describes custom rules inside the policy. -
Uses of CustomRuleList in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return CustomRuleList Modifier and Type Method Description CustomRuleListCustomRuleList. withRules(List<CustomRule> rules)Set the rules property: List of rules.
-