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, listAsyncSqlDatabaseOperations.DefinitionStages.WithAllDifferentOptions define(String databaseName)
databaseName - the name of the new SQL DatabaseCopyright © 2020 Microsoft Corporation. All rights reserved.