DatabaseAccountGetResults.ReadLocations プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象