次の方法で共有


EventGridDataConnection.DatabaseRouting プロパティ

定義

データ接続からのデータベース ルーティング情報を示す値を取得または設定します。既定では、データベース ルーティング情報のみが許可されます。 使用可能な値は、'Single'、'Multi' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象