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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlServerKeyOperations.DefinitionStages.WithServerKeyTypedefine()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 Detail
-
define
SqlServerKeyOperations.DefinitionStages.WithServerKeyType 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
-
-