| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.models |
Package containing the data models for SqlManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlDatabase.SqlDatabaseDefinition<ParentT>
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
SqlDatabase.DefinitionStages.Blank<? extends SqlServer.DefinitionStages.WithCreate> |
SqlServer.DefinitionStages.WithDatabase.defineDatabase(String databaseName)
Begins the definition of a new SQL Database to be added to this server.
|
SqlDatabase.DefinitionStages.Blank<? extends SqlServer.Update> |
SqlServer.UpdateStages.WithDatabase.defineDatabase(String databaseName)
Begins the definition of a new SQL Database to be added to this server.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.