| Modifier and Type | Method and Description |
|---|---|
List<SqlRestorableDroppedDatabase> |
SqlServer.listRestorableDroppedDatabases() |
rx.Observable<SqlRestorableDroppedDatabase> |
SqlServer.listRestorableDroppedDatabasesAsync() |
| Modifier and Type | Method and Description |
|---|---|
SqlDatabaseOperations.DefinitionStages.WithCreateFinal |
SqlDatabaseOperations.DefinitionStages.WithRestorableDroppedDatabase.fromRestorableDroppedDatabase(SqlRestorableDroppedDatabase restorableDroppedDatabase)
Creates a new database from a previously deleted database (see restorable dropped database).
|
SqlDatabase.DefinitionStages.WithAttachFinal<ParentT> |
SqlDatabase.DefinitionStages.WithRestorableDroppedDatabase.fromRestorableDroppedDatabase(SqlRestorableDroppedDatabase restorableDroppedDatabase)
Creates a new database from a previously deleted database (see restorable dropped database).
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/