次の方法で共有


WebPubSubContextAttribute コンストラクター

定義

オーバーロード

WebPubSubContextAttribute()

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

WebPubSubContextAttribute(String[])

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

WebPubSubContextAttribute()

ソース:
WebPubSubContextAttribute.cs

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

public WebPubSubContextAttribute ();
Public Sub New ()

適用対象

WebPubSubContextAttribute(String[])

ソース:
WebPubSubContextAttribute.cs

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

public WebPubSubContextAttribute (params string[] connections);
new Microsoft.Azure.WebJobs.Extensions.WebPubSub.WebPubSubContextAttribute : string[] -> Microsoft.Azure.WebJobs.Extensions.WebPubSub.WebPubSubContextAttribute
Public Sub New (ParamArray connections As String())

パラメーター

connections
String[]

許可されたサービス接続。

適用対象