你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ManagedRuleExclusion Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Exclude variables from managed rule evaluation.
public class ManagedRuleExclusion
type ManagedRuleExclusion = class
Public Class ManagedRuleExclusion
- Inheritance
-
ManagedRuleExclusion
Constructors
ManagedRuleExclusion() |
Initializes a new instance of the ManagedRuleExclusion class. |
ManagedRuleExclusion(String, String, String) |
Initializes a new instance of the ManagedRuleExclusion class. |
Properties
MatchVariable |
Gets or sets the variable type to be excluded. Possible values include: 'RequestHeaderNames', 'RequestCookieNames', 'QueryStringArgNames', 'RequestBodyPostArgNames', 'RequestBodyJsonArgNames' |
Selector |
Gets or sets selector value for which elements in the collection this exclusion applies to. |
SelectorMatchOperator |
Gets or sets comparison operator to apply to the selector when specifying which elements in the collection this exclusion applies to. Possible values include: 'Equals', 'Contains', 'StartsWith', 'EndsWith', 'EqualsAny' |
Methods
Validate() |
Validate the object. |
Extension Methods
ToPSAzManagedRuleExclusion(ManagedRuleExclusion) |