Interface SqlDatabaseOperations.SqlDatabaseActionsDefinition
- All Superinterfaces:
SqlChildrenOperations.SqlChildrenActionsDefinition<SqlDatabase>
- Enclosing interface:
- SqlDatabaseOperations
@Beta(V1_7_0)
public static interface SqlDatabaseOperations.SqlDatabaseActionsDefinition
extends SqlChildrenOperations.SqlChildrenActionsDefinition<SqlDatabase>
Grouping of the Azure SQL Database rule common actions.
-
Method Summary
Modifier and TypeMethodDescriptionBegins the definition of a new SQL Database to be added to this server.Methods inherited from interface com.microsoft.azure.management.sql.SqlChildrenOperations.SqlChildrenActionsDefinition
delete, deleteAsync, deleteById, deleteByIdAsync, get, getAsync, getById, getByIdAsync, list, listAsync
-
Method Details
-
define
@Beta(V1_7_0) SqlDatabaseOperations.DefinitionStages.WithAllDifferentOptions define(String databaseName) Begins the definition of a new SQL Database to be added to this server.- Parameters:
databaseName
- the name of the new SQL Database- Returns:
- the first stage of the new SQL Database definition
-