| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlDatabaseOperations.DefinitionStages.Blank
The first stage of the SQL database definition.
|
static interface |
SqlDatabaseOperations.SqlDatabaseOperationsDefinition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
SqlDatabaseOperations.DefinitionStages.WithAllDifferentOptions |
SqlDatabaseOperations.SqlDatabaseActionsDefinition.define(String databaseName)
Begins the definition of a new SQL Database to be added to this server.
|
SqlDatabaseOperations.DefinitionStages.WithAllDifferentOptions |
SqlDatabaseOperations.DefinitionStages.WithSqlServer.withExistingSqlServer(SqlServer sqlServer)
Sets the parent SQL server for the new SQL Database.
|
SqlDatabaseOperations.DefinitionStages.WithAllDifferentOptions |
SqlDatabaseOperations.DefinitionStages.WithSqlServer.withExistingSqlServer(String resourceGroupName,
String sqlServerName,
String location)
Sets the parent SQL server name and resource group it belongs to.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/