你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ManagedRuleGroupOverride Class

Definition

Defines a managed rule group override setting.

public class ManagedRuleGroupOverride
type ManagedRuleGroupOverride = class
Public Class ManagedRuleGroupOverride
Inheritance
ManagedRuleGroupOverride

Constructors

ManagedRuleGroupOverride()

Initializes a new instance of the ManagedRuleGroupOverride class.

ManagedRuleGroupOverride(String, IList<ManagedRuleExclusion>, IList<ManagedRuleOverride>)

Initializes a new instance of the ManagedRuleGroupOverride class.

Properties

Exclusions

Gets or sets describes the exclusions that are applied to all rules in the group.

RuleGroupName

Gets or sets describes the managed rule group to override.

Rules

Gets or sets list of rules that will be disabled. If none specified, all rules in the group will be disabled.

Methods

Validate()

Validate the object.

Extension Methods

ToPSAzRuleGroupOverride(ManagedRuleGroupOverride)

Applies to