共用方式為


RestoreRequestInner.Databases 屬性

定義

取得或設定應該還原的資料庫集合。 此清單必須符合備份中包含的資料庫清單。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.databases")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.DatabaseBackupSetting> Databases { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.databases")>]
member this.Databases : System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.DatabaseBackupSetting> with get, set
Public Property Databases As IList(Of DatabaseBackupSetting)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於