次の方法で共有


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

適用対象