DatabaseAccountGetResultsInner.WriteLocations Property

Definition

Gets an array that contains the write location for the Cosmos DB account.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to