RestoreRequestInfo.Databases Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)