次の方法で共有


WebPubSubContextAttribute クラス

定義

HttpTrigger を使用して Azure Web PubSub サービス プロトコルにパラメーターをバインドするために使用される属性。

[Microsoft.Azure.WebJobs.Description.Binding]
[System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.ReturnValue)]
public class WebPubSubContextAttribute : Attribute
[<Microsoft.Azure.WebJobs.Description.Binding>]
[<System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.ReturnValue)>]
type WebPubSubContextAttribute = class
    inherit Attribute
Public Class WebPubSubContextAttribute
Inherits Attribute
継承
WebPubSubContextAttribute
属性
Microsoft.Azure.WebJobs.Description.BindingAttribute AttributeUsageAttribute

コンストラクター

WebPubSubContextAttribute()

属性をビルドするコンストラクター。

WebPubSubContextAttribute(String[])

属性をビルドするコンストラクター。

プロパティ

Connections

不正使用保護と署名チェックに使用される許可された Web PubSub サービス接続。

適用対象