Uses of Class
com.azure.resourcemanager.network.models.ManagedRulesDefinition
-
Packages that use ManagedRulesDefinition Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 ManagedRulesDefinition Modifier and Type Method Description ManagedRulesDefinitionWebApplicationFirewallPolicyInner. managedRules()Get the managedRules property: Describes the managedRules structure.ManagedRulesDefinitionWebApplicationFirewallPolicyPropertiesFormat. managedRules()Get the managedRules property: Describes the managedRules structure.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ManagedRulesDefinition Modifier and Type Method Description WebApplicationFirewallPolicyInnerWebApplicationFirewallPolicyInner. withManagedRules(ManagedRulesDefinition managedRules)Set the managedRules property: Describes the managedRules structure.WebApplicationFirewallPolicyPropertiesFormatWebApplicationFirewallPolicyPropertiesFormat. 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 ManagedRulesDefinition Modifier and Type Method Description ManagedRulesDefinitionManagedRulesDefinition. withExclusions(List<OwaspCrsExclusionEntry> exclusions)Set the exclusions property: The Exclusions that are applied on the policy.ManagedRulesDefinitionManagedRulesDefinition. withManagedRuleSets(List<ManagedRuleSet> managedRuleSets)Set the managedRuleSets property: The managed rule sets that are associated with the policy.
-