Share via


RestoreRequestInfo.Databases Property

Definition

Collection of databases which should be restored. This list has to match the list of databases included in the backup.

public System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.AppServiceDatabaseBackupSetting> Databases { get; }
member this.Databases : System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.AppServiceDatabaseBackupSetting>
Public ReadOnly Property Databases As IList(Of AppServiceDatabaseBackupSetting)

Property Value

Applies to