Share via


DatabaseAccountListConnectionStringsResult.ConnectionStrings Property

Definition

Gets or sets an array that contains the connection strings for the Cosmos DB account.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to