DatabaseAccountGetResultsInner.ReadLocations Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to