Compartir a través de


DatabaseAccountCreateUpdateParameters.Locations Propiedad

Definición

Obtiene o establece una matriz que contiene las ubicaciones de georeplicación habilitadas para la cuenta de Cosmos DB.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a