@Beta(value=V1_7_0) public static interface SqlDatabaseOperations.SqlDatabaseActionsDefinition extends SqlChildrenOperations.SqlChildrenActionsDefinition<SqlDatabase>
| Modifier and Type | Method and Description |
|---|---|
SqlDatabaseOperations.DefinitionStages.WithAllDifferentOptions |
define(String databaseName)
Begins the definition of a new SQL Database to be added to this server.
|
delete, deleteAsync, deleteById, deleteByIdAsync, get, getAsync, getById, getByIdAsync, list, listAsync@Beta(value=V1_7_0) SqlDatabaseOperations.DefinitionStages.WithAllDifferentOptions define(String databaseName)
databaseName - the name of the new SQL Database/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/