DatabaseAccountCreateUpdateParameters.Locations Property

Definition

Gets or sets an array that contains the georeplication 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; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.locations")>]
member this.Locations : System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.Location> with get, set
Public Property Locations As IList(Of Location)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to