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

WebApplicationCustomRule 类

定义

定义 Web 应用程序规则的内容。

public class WebApplicationCustomRule
type WebApplicationCustomRule = class
Public Class WebApplicationCustomRule
继承
WebApplicationCustomRule

构造函数

WebApplicationCustomRule(Int32, WebApplicationRuleType, IEnumerable<WebApplicationRuleMatchCondition>, RuleMatchActionType)

初始化 WebApplicationCustomRule 的新实例。

属性

Action

描述规则匹配时要应用的操作。

EnabledState

描述自定义规则处于启用或禁用状态。 如果未指定,则默认为 Enabled。

MatchConditions

匹配条件列表。

Name

描述规则的名称。

Priority

描述规则的优先级。 值较低的规则将在具有较高值的规则之前进行评估。

RateLimitDurationInMinutes

重置速率限制计数的时间窗口。 默认值为 1 分钟。

RateLimitThreshold

时间范围内每个客户端允许的请求数。

RuleType

描述规则的类型。

适用于