WebPubSubAction.CreateSendToGroupAction メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
CreateSendToGroupAction(String, BinaryData, WebPubSubDataType, IEnumerable<String>) |
出力バインディング用の の SendToGroupAction インスタンスを作成します。 |
CreateSendToGroupAction(String, String, WebPubSubDataType, IEnumerable<String>) |
出力バインディング用の の SendToGroupAction インスタンスを作成します。 |
CreateSendToGroupAction(String, BinaryData, WebPubSubDataType, IEnumerable<String>)
出力バインディング用の の SendToGroupAction インスタンスを作成します。
public static Microsoft.Azure.WebJobs.Extensions.WebPubSub.SendToGroupAction CreateSendToGroupAction (string group, BinaryData data, Microsoft.Azure.WebPubSub.Common.WebPubSubDataType dataType, System.Collections.Generic.IEnumerable<string> excluded = default);
static member CreateSendToGroupAction : string * BinaryData * Microsoft.Azure.WebPubSub.Common.WebPubSubDataType * seq<string> -> Microsoft.Azure.WebJobs.Extensions.WebPubSub.SendToGroupAction
Public Shared Function CreateSendToGroupAction (group As String, data As BinaryData, dataType As WebPubSubDataType, Optional excluded As IEnumerable(Of String) = Nothing) As SendToGroupAction
パラメーター
- group
- String
ターゲット グループ。
- data
- BinaryData
メッセージ データ。
- dataType
- WebPubSubDataType
メッセージ データ型。
- excluded
- IEnumerable<String>
除外する ConnectionId。
戻り値
SendToGroupAction のインスタンス。
適用対象
CreateSendToGroupAction(String, String, WebPubSubDataType, IEnumerable<String>)
出力バインディング用の の SendToGroupAction インスタンスを作成します。
public static Microsoft.Azure.WebJobs.Extensions.WebPubSub.SendToGroupAction CreateSendToGroupAction (string group, string data, Microsoft.Azure.WebPubSub.Common.WebPubSubDataType dataType = Microsoft.Azure.WebPubSub.Common.WebPubSubDataType.Text, System.Collections.Generic.IEnumerable<string> excluded = default);
static member CreateSendToGroupAction : string * string * Microsoft.Azure.WebPubSub.Common.WebPubSubDataType * seq<string> -> Microsoft.Azure.WebJobs.Extensions.WebPubSub.SendToGroupAction
Public Shared Function CreateSendToGroupAction (group As String, data As String, Optional dataType As WebPubSubDataType = Microsoft.Azure.WebPubSub.Common.WebPubSubDataType.Text, Optional excluded As IEnumerable(Of String) = Nothing) As SendToGroupAction
パラメーター
- group
- String
ターゲット グループ。
- data
- String
メッセージ データ。
- dataType
- WebPubSubDataType
メッセージ データ型。
- excluded
- IEnumerable<String>
除外する ConnectionId。
戻り値
SendToGroupAction のインスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET