ManagedRulesDefinition Class
- java.
lang. Object - com.
microsoft. azure. management. network. ManagedRulesDefinition
- com.
public class ManagedRulesDefinition
Allow to exclude some variable satisfy the condition for the WAF check.
Constructor | Description | |
---|---|---|
Managed |
Modifier and Type | Method and Description |
---|---|
java.util.List<Owasp |
exclusions()
Get the Exclusions that are applied on the policy. |
java.util.List<Managed |
managed Get the managed rule sets that are associated with the policy. |
Managed |
with Set the Exclusions that are applied on the policy. |
Managed |
with Set the managed rule sets that are associated with the policy. |
ManagedRulesDefinition
public ManagedRulesDefinition()
exclusions
public List
Get the Exclusions that are applied on the policy.
Returns:
managedRuleSets
public List
Get the managed rule sets that are associated with the policy.
Returns:
withExclusions
public ManagedRulesDefinition withExclusions(List
Set the Exclusions that are applied on the policy.
Parameters:
Returns:
withManagedRuleSets
public ManagedRulesDefinition withManagedRuleSets(List
Set the managed rule sets that are associated with the policy.
Parameters:
Returns: