Share via


AccountProperties.ReadableRegions Property

Definition

Gets the list of locations representing the readable regions of this database account from the Azure Cosmos DB service.

[Newtonsoft.Json.JsonIgnore]
public System.Collections.Generic.IEnumerable<Microsoft.Azure.Cosmos.AccountRegion> ReadableRegions { get; }
[<Newtonsoft.Json.JsonIgnore>]
member this.ReadableRegions : seq<Microsoft.Azure.Cosmos.AccountRegion>
Public ReadOnly Property ReadableRegions As IEnumerable(Of AccountRegion)

Property Value

Attributes
Newtonsoft.Json.JsonIgnoreAttribute

Applies to