Interface SqlServerKeyOperations
-
- All Superinterfaces:
SqlChildrenOperations<SqlServerKey>
public interface SqlServerKeyOperations extends SqlChildrenOperations<SqlServerKey>
A representation of the Azure SQL Server Key operations.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSqlServerKeyOperations.DefinitionStagesGrouping of all the SQL Server Key definition stages.static interfaceSqlServerKeyOperations.SqlServerKeyActionsDefinitionGrouping of the Azure SQL Server Key common actions.static interfaceSqlServerKeyOperations.SqlServerKeyOperationsDefinitionContainer 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlServerKeyOperations.DefinitionStages.WithSqlServerdefine()Begins a definition for a new SQL Server Key resource.-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlChildrenOperations
deleteById, deleteByIdAsync, deleteBySqlServer, deleteBySqlServerAsync, getById, getByIdAsync, getBySqlServer, getBySqlServer, getBySqlServerAsync, getBySqlServerAsync, listBySqlServer, listBySqlServer, listBySqlServerAsync, listBySqlServerAsync
-
-
-
-
Method Detail
-
define
SqlServerKeyOperations.DefinitionStages.WithSqlServer define()
Begins a definition for a new SQL Server Key resource.- Returns:
- the first stage of the resource definition
-
-