Interface SqlServerKeyOperations.SqlServerKeyActionsDefinition
- All Superinterfaces:
SqlChildrenOperations.SqlChildrenActionsDefinition<SqlServerKey>
- Enclosing interface:
SqlServerKeyOperations
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.azure.resourcemanager.sql.models.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
-