| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlDatabase.DefinitionStages.Blank<ParentT>
The first stage of the SQL Server Firewall rule definition.
|
static interface |
SqlDatabase.DefinitionStages.WithAllDifferentOptions<ParentT>
The SQL database interface with all starting options for definition.
|
static interface |
SqlDatabase.DefinitionStages.WithAttachAfterElasticPoolOptions<ParentT>
The final stage of the SQL Database definition after the SQL Elastic Pool definition.
|
static interface |
SqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT>
The final stage of the SQL Database definition with all the other options.
|
static interface |
SqlDatabase.DefinitionStages.WithEditionDefaults<ParentT>
The SQL Database definition to set the edition default for database.
|
static interface |
SqlDatabase.DefinitionStages.WithExistingDatabaseAfterElasticPool<ParentT>
The stage to decide whether using existing database or not.
|
static interface |
SqlDatabase.SqlDatabaseDefinition<ParentT>
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
SqlDatabase.DefinitionStages.WithAttachFinal<ParentT> |
SqlDatabase.DefinitionStages.WithRestorableDroppedDatabase.fromRestorableDroppedDatabase(SqlRestorableDroppedDatabase restorableDroppedDatabase)
Creates a new database from a previously deleted database (see restorable dropped database).
|
SqlDatabase.DefinitionStages.WithAttachFinal<ParentT> |
SqlDatabase.DefinitionStages.WithAuthenticationAfterElasticPool.withActiveDirectoryLoginAndPassword(String administratorLogin,
String administratorPassword) |
SqlDatabase.DefinitionStages.WithAttachFinal<ParentT> |
SqlDatabase.DefinitionStages.WithCreateMode.withMode(CreateMode createMode)
Sets the create mode for the SQL Database.
|
SqlDatabase.DefinitionStages.WithAttachFinal<ParentT> |
SqlDatabase.DefinitionStages.WithAuthenticationAfterElasticPool.withSqlAdministratorLoginAndPassword(String administratorLogin,
String administratorPassword) |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/