次の方法で共有


DatabaseAccountListConnectionStringsResult.ConnectionStrings プロパティ

定義

Cosmos DB アカウントの接続文字列を含む配列を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="connectionStrings")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.DatabaseAccountConnectionString> ConnectionStrings { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="connectionStrings")>]
member this.ConnectionStrings : System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.DatabaseAccountConnectionString> with get, set
Public Property ConnectionStrings As IList(Of DatabaseAccountConnectionString)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象