Compartilhar via


DatabaseAccountListConnectionStringsResult.ConnectionStrings Propriedade

Definição

Obtém ou define uma matriz que contém as cadeias de conexão para a conta do 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)

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a