Uses of Class
com.azure.resourcemanager.cdn.models.CustomRuleList
Packages that use CustomRuleList
Package
Description
Package containing the inner data models for CdnManagementClient.
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 CustomRuleListModifier and TypeMethodDescriptionCdnWebApplicationFirewallPolicyInner.customRules()Get the customRules property: Describes custom rules inside the policy.CdnWebApplicationFirewallPolicyProperties.customRules()Get the customRules property: Describes custom rules inside the policy.Methods in com.azure.resourcemanager.cdn.fluent.models with parameters of type CustomRuleListModifier and TypeMethodDescriptionCdnWebApplicationFirewallPolicyInner.withCustomRules(CustomRuleList customRules) Set the customRules property: Describes custom rules inside the policy.CdnWebApplicationFirewallPolicyProperties.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 CustomRuleListModifier and TypeMethodDescriptionstatic CustomRuleListCustomRuleList.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CustomRuleList from the JsonReader.CustomRuleList.withRules(List<CustomRule> rules) Set the rules property: List of rules.