Interface SqlDatabaseOperations.SqlDatabaseActionsDefinition
-
- All Superinterfaces:
SqlChildrenOperations.SqlChildrenActionsDefinition<SqlDatabase>
- Enclosing interface:
- SqlDatabaseOperations
public static interface SqlDatabaseOperations.SqlDatabaseActionsDefinition extends SqlChildrenOperations.SqlChildrenActionsDefinition<SqlDatabase>
Grouping of the Azure SQL Database rule common actions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlDatabaseOperations.DefinitionStages.WithAllDifferentOptionsdefine(String databaseName)Begins the definition of a new SQL Database to be added to this server.-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlChildrenOperations.SqlChildrenActionsDefinition
delete, deleteAsync, deleteById, deleteByIdAsync, get, getAsync, getById, getByIdAsync, list, listAsync
-
-
-
-
Method Detail
-
define
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
-
-