Share via


AccountProperties.WritableRegions Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonIgnoreAttribute

Applies to