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

WebPubSubTriggerAttribute 类

定义

当 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

请求中心。

适用于