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

ManagedRuleOverride interface

Defines a managed rule group override setting.

Properties

action

Describes the override action to be applied when rule matches.

enabledState

Describes if the managed rule is in enabled or disabled state. Defaults to Disabled if not specified.

exclusions

Describes the exclusions that are applied to this specific rule.

ruleId

Identifier for the managed rule.

Property Details

action

Describes the override action to be applied when rule matches.

action?: string

Property Value

string

enabledState

Describes if the managed rule is in enabled or disabled state. Defaults to Disabled if not specified.

enabledState?: string

Property Value

string

exclusions

Describes the exclusions that are applied to this specific rule.

exclusions?: ManagedRuleExclusion[]

Property Value

ruleId

Identifier for the managed rule.

ruleId: string

Property Value

string