Interface SqlDatabaseOperations
-
- All Superinterfaces:
SqlChildrenOperations<SqlDatabase>,SupportsCreating<SqlDatabaseOperations.DefinitionStages.WithSqlServer>
public interface SqlDatabaseOperations extends SupportsCreating<SqlDatabaseOperations.DefinitionStages.WithSqlServer>, SqlChildrenOperations<SqlDatabase>
A representation of the Azure SQL Database operations.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSqlDatabaseOperations.DefinitionStagesGrouping of all the SQL database definition stages.static interfaceSqlDatabaseOperations.SqlDatabaseActionsDefinitionGrouping of the Azure SQL Database rule common actions.static interfaceSqlDatabaseOperations.SqlDatabaseOperationsDefinitionContainer interface for all the definitions that need to be implemented.-
Nested classes/interfaces inherited from interface com.azure.resourcemanager.sql.models.SqlChildrenOperations
SqlChildrenOperations.SqlChildrenActionsDefinition<T>
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlChildrenOperations
deleteById, deleteByIdAsync, deleteBySqlServer, deleteBySqlServerAsync, getById, getByIdAsync, getBySqlServer, getBySqlServer, getBySqlServerAsync, getBySqlServerAsync, listBySqlServer, listBySqlServer, listBySqlServerAsync, listBySqlServerAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating
define
-
-