Uses of Class
com.azure.resourcemanager.network.models.ManagedRulesDefinition
Packages that use ManagedRulesDefinition
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ManagedRulesDefinition in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ManagedRulesDefinitionModifier and TypeMethodDescriptionWebApplicationFirewallPolicyInner.managedRules()Get the managedRules property: Describes the managedRules structure.WebApplicationFirewallPolicyPropertiesFormat.managedRules()Get the managedRules property: Describes the managedRules structure.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ManagedRulesDefinitionModifier and TypeMethodDescriptionWebApplicationFirewallPolicyInner.withManagedRules(ManagedRulesDefinition managedRules) Set the managedRules property: Describes the managedRules structure.WebApplicationFirewallPolicyPropertiesFormat.withManagedRules(ManagedRulesDefinition managedRules) Set the managedRules property: Describes the managedRules structure. -
Uses of ManagedRulesDefinition in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ManagedRulesDefinitionModifier and TypeMethodDescriptionManagedRulesDefinition.withExclusions(List<OwaspCrsExclusionEntry> exclusions) Set the exclusions property: The Exclusions that are applied on the policy.ManagedRulesDefinition.withManagedRuleSets(List<ManagedRuleSet> managedRuleSets) Set the managedRuleSets property: The managed rule sets that are associated with the policy.