public static interface SqlDatabaseOperations.DefinitionStages.WithRestorableDroppedDatabase
| Modifier and Type | Method and Description |
|---|---|
SqlDatabaseOperations.DefinitionStages.WithCreateFinal |
fromRestorableDroppedDatabase(SqlRestorableDroppedDatabase restorableDroppedDatabase)
Creates a new database from a previously deleted database (see restorable dropped database).
|
@Beta(value=V1_7_0) SqlDatabaseOperations.DefinitionStages.WithCreateFinal fromRestorableDroppedDatabase(SqlRestorableDroppedDatabase restorableDroppedDatabase)
Collation, Edition, and MaxSizeBytes must remain the same while the link is active. Values specified for these parameters will be ignored.
restorableDroppedDatabase - the 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.
*/