| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlDatabaseOperations.DefinitionStages.Blank
The first stage of the SQL database definition.
|
static interface |
SqlDatabaseOperations.DefinitionStages.WithAllDifferentOptions
The SQL database interface with all starting options for definition.
|
static interface |
SqlDatabaseOperations.DefinitionStages.WithCreateAfterElasticPoolOptions
The final stage of the SQL Database definition after the SQL Elastic Pool definition.
|
static interface |
SqlDatabaseOperations.DefinitionStages.WithCreateAllOptions
A SQL Database definition with sufficient inputs to create a new
SQL database in the cloud, but exposing additional optional settings to
specify.
|
static interface |
SqlDatabaseOperations.DefinitionStages.WithEditionDefaults
The SQL Database definition to set the edition for database with defaults.
|
static interface |
SqlDatabaseOperations.DefinitionStages.WithExistingDatabaseAfterElasticPool
The stage to decide whether using existing database or not.
|
static interface |
SqlDatabaseOperations.SqlDatabaseOperationsDefinition
Container interface for all the definitions that need to be implemented.
|
| 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).
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/