Interface SqlServerKeyOperations
- All Superinterfaces:
SqlChildrenOperations<SqlServerKey>
A representation of the Azure SQL Server Key operations.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Grouping of all the SQL Server Key definition stages.static interface
Grouping of the Azure SQL Server Key common actions.static interface
Container interface for all the definitions that need to be implemented.Nested classes/interfaces inherited from interface com.microsoft.azure.management.sql.SqlChildrenOperations
SqlChildrenOperations.SqlChildrenActionsDefinition<T>
-
Method Summary
Modifier and TypeMethodDescriptiondefine()
Begins a definition for a new SQL Server Key resource.Methods inherited from interface com.microsoft.azure.management.sql.SqlChildrenOperations
deleteById, deleteByIdAsync, deleteBySqlServer, deleteBySqlServerAsync, getById, getByIdAsync, getBySqlServer, getBySqlServer, getBySqlServerAsync, getBySqlServerAsync, listBySqlServer, listBySqlServer, listBySqlServerAsync, listBySqlServerAsync
-
Method Details
-
define
Begins a definition for a new SQL Server Key resource.- Returns:
- the first stage of the resource definition
-