| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlDatabase.Definition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
SqlDatabase.DefinitionStages.Blank |
SqlServer.Databases.define(String databaseName)
Creates a new database in SQL Server.
|
SqlDatabase.DefinitionStages.Blank |
SqlDatabases.SqlDatabaseCreatable.definedWithSqlServer(String resourceGroupName,
String sqlServerName,
String databaseName,
com.microsoft.azure.management.resources.fluentcore.arm.Region region) |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/