次の方法で共有


DatabaseAccountGetResults.Locations プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象