次の方法で共有


RestorableDatabaseAccountGetResult.RestorableLocations プロパティ

定義

データベース アカウントの を復元できるリージョンの一覧を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象