次の方法で共有


EventGridDataConnection.TableName プロパティ

定義

データを取り込むテーブルを取得または設定します。 必要に応じて、各メッセージにテーブル情報を追加できます。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.tableName")]
public string TableName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.tableName")>]
member this.TableName : string with get, set
Public Property TableName As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象