Interface SqlServerKeyOperations.SqlServerKeyActionsDefinition
- All Superinterfaces:
SqlChildrenOperations.SqlChildrenActionsDefinition<SqlServerKey>
- Enclosing interface:
- SqlServerKeyOperations
@Beta(V1_8_0)
public static interface SqlServerKeyOperations.SqlServerKeyActionsDefinition
extends SqlChildrenOperations.SqlChildrenActionsDefinition<SqlServerKey>
Grouping of the Azure SQL Server Key common actions.
-
Method Summary
Modifier and TypeMethodDescriptiondefine()
Begins the definition of a new SQL Server key 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
Begins the definition of a new SQL Server key to be added to this server.- Returns:
- the first stage of the new SQL Server key definition
-