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
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ManagedRulesDefinitionModifier and TypeClassDescriptionfinal classAllow to exclude some variable satisfy the condition for the WAF check.Methods in com.azure.resourcemanager.network.models that return ManagedRulesDefinitionModifier and TypeMethodDescriptionstatic ManagedRulesDefinitionManagedRulesDefinition.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedRulesDefinition from the JsonReader.WebApplicationFirewallPolicy.getManagedRules()Gets Web Application Firewall managed rules.ManagedRulesDefinition.withExceptions(List<ExceptionEntry> exceptions) Set the exceptions property: The exceptions that are applied on the policy.ManagedRulesDefinition.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.