你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
WebPubSubTriggerAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当 Web PubSub 请求出现时,用于将参数绑定到 Azure Web PubSub 的属性。
[Microsoft.Azure.WebJobs.Description.Binding(TriggerHandlesReturnValue=true)]
[System.AttributeUsage(System.AttributeTargets.Parameter)]
public class WebPubSubTriggerAttribute : Attribute
[<Microsoft.Azure.WebJobs.Description.Binding(TriggerHandlesReturnValue=true)>]
[<System.AttributeUsage(System.AttributeTargets.Parameter)>]
type WebPubSubTriggerAttribute = class
inherit Attribute
Public Class WebPubSubTriggerAttribute
Inherits Attribute
- 继承
-
WebPubSubTriggerAttribute
- 属性
-
Microsoft.Azure.WebJobs.Description.BindingAttribute AttributeUsageAttribute
构造函数
WebPubSubTriggerAttribute(String, WebPubSubEventType, String) |
当请求来自 Azure Web PubSub 服务时,用于将参数绑定到 Azure Web PubSub 的属性。 |
WebPubSubTriggerAttribute(String, WebPubSubEventType, String, String[]) |
当请求来自 Azure Web PubSub 服务时,用于将参数绑定到 Azure Web PubSub 的属性。 |
WebPubSubTriggerAttribute(WebPubSubEventType, String) |
当请求来自 Azure Web PubSub 服务时,用于将参数绑定到 Azure Web PubSub 的属性。 |
WebPubSubTriggerAttribute(WebPubSubEventType, String, String[]) |
当请求来自 Azure Web PubSub 服务时,用于将参数绑定到 Azure Web PubSub 的属性。 |
属性
Connections |
允许的服务上游用于签名检查的 ConnectionString。 |
EventName |
请求的事件。 |
EventType |
事件类型允许的值为系统或用户。 |
Hub |
请求中心。 |