Uses of Class
com.azure.resourcemanager.cdn.models.ManagedRuleSetList
Packages that use ManagedRuleSetList
Package
Description
Package containing the inner data models for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of ManagedRuleSetList in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return ManagedRuleSetListModifier and TypeMethodDescriptionCdnWebApplicationFirewallPolicyInner.managedRules()Get the managedRules property: Describes managed rules inside the policy.CdnWebApplicationFirewallPolicyProperties.managedRules()Get the managedRules property: Describes managed rules inside the policy.Methods in com.azure.resourcemanager.cdn.fluent.models with parameters of type ManagedRuleSetListModifier and TypeMethodDescriptionCdnWebApplicationFirewallPolicyInner.withManagedRules(ManagedRuleSetList managedRules) Set the managedRules property: Describes managed rules inside the policy.CdnWebApplicationFirewallPolicyProperties.withManagedRules(ManagedRuleSetList managedRules) Set the managedRules property: Describes managed rules inside the policy. -
Uses of ManagedRuleSetList in com.azure.resourcemanager.cdn.models
Classes in com.azure.resourcemanager.cdn.models that implement interfaces with type arguments of type ManagedRuleSetListModifier and TypeClassDescriptionfinal classDefines the list of managed rule sets for the policy.Methods in com.azure.resourcemanager.cdn.models that return ManagedRuleSetListModifier and TypeMethodDescriptionstatic ManagedRuleSetListManagedRuleSetList.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedRuleSetList from the JsonReader.ManagedRuleSetList.withManagedRuleSets(List<ManagedRuleSet> managedRuleSets) Set the managedRuleSets property: List of rule sets.