Uses of Class
com.azure.resourcemanager.frontdoor.models.ManagedRuleSetList
Packages that use ManagedRuleSetList
Package
Description
Package containing the inner data models for FrontDoorManagementClient.
Package containing the data models for FrontDoorManagementClient.
-
Uses of ManagedRuleSetList in com.azure.resourcemanager.frontdoor.fluent.models
Methods in com.azure.resourcemanager.frontdoor.fluent.models that return ManagedRuleSetListModifier and TypeMethodDescriptionWebApplicationFirewallPolicyInner.managedRules()Get the managedRules property: Describes managed rules inside the policy.WebApplicationFirewallPolicyProperties.managedRules()Get the managedRules property: Describes managed rules inside the policy.Methods in com.azure.resourcemanager.frontdoor.fluent.models with parameters of type ManagedRuleSetListModifier and TypeMethodDescriptionWebApplicationFirewallPolicyInner.withManagedRules(ManagedRuleSetList managedRules) Set the managedRules property: Describes managed rules inside the policy.WebApplicationFirewallPolicyProperties.withManagedRules(ManagedRuleSetList managedRules) Set the managedRules property: Describes managed rules inside the policy. -
Uses of ManagedRuleSetList in com.azure.resourcemanager.frontdoor.models
Methods in com.azure.resourcemanager.frontdoor.models that return ManagedRuleSetListModifier and TypeMethodDescriptionWebApplicationFirewallPolicy.managedRules()Gets the managedRules property: Describes managed rules inside the policy.ManagedRuleSetList.withManagedRuleSets(List<ManagedRuleSet> managedRuleSets) Set the managedRuleSets property: List of rule sets.Methods in com.azure.resourcemanager.frontdoor.models with parameters of type ManagedRuleSetListModifier and TypeMethodDescriptionWebApplicationFirewallPolicy.DefinitionStages.WithManagedRules.withManagedRules(ManagedRuleSetList managedRules) Specifies the managedRules property: Describes managed rules inside the policy..