Compartir a través de


DatabaseAccountListConnectionStringsResult.ConnectionStrings Propiedad

Definición

Obtiene o establece una matriz que contiene las cadenas de conexión de la cuenta de 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 de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a