次の方法で共有


DatabaseAccountCreateUpdateParameters.Locations プロパティ

定義

Cosmos DB アカウントで有効になっている georeplication の場所を含む配列を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象