次の方法で共有


SendToConnectionAction.Data プロパティ

定義

送信するメッセージ。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.WebJobs.Extensions.WebPubSub.BinaryDataJsonConverter))]
public BinaryData Data { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.WebJobs.Extensions.WebPubSub.BinaryDataJsonConverter))>]
member this.Data : BinaryData with get, set
Public Property Data As BinaryData

プロパティ値

属性
Newtonsoft.Json.JsonConverterAttribute

適用対象