EnableRateLimitingAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供特定于终结点的请求速率限制的元数据。
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public sealed class EnableRateLimitingAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)>]
type EnableRateLimitingAttribute = class
inherit Attribute
Public NotInheritable Class EnableRateLimitingAttribute
Inherits Attribute
- 继承
-
EnableRateLimitingAttribute
- 属性
注解
替换当前应用于终结点的任何策略。 全局限制器仍将在应用了此属性的终结点上运行。
构造函数
EnableRateLimitingAttribute(String) |
使用指定的策略创建 的新 EnableRateLimitingAttribute 实例。 |
属性
PolicyName |
需要应用的策略的名称。 |