DatabaseAccountGetResultsInner.Locations Property

Definition

Gets an array that contains all of the locations enabled for the Cosmos DB account.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.locations")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.Location> Locations { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.locations")>]
member this.Locations : System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.Location>
Public ReadOnly Property Locations As IList(Of Location)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to