Interface SqlServerKeyOperations.DefinitionStages.WithCreate
-
- All Superinterfaces:
Creatable<SqlServerKey>,HasName,Indexable,SqlServerKeyOperations.DefinitionStages.WithCreationDate,SqlServerKeyOperations.DefinitionStages.WithThumbprint
- All Known Subinterfaces:
SqlServerKeyOperations.SqlServerKeyOperationsDefinition
- Enclosing interface:
- SqlServerKeyOperations.DefinitionStages
public static interface SqlServerKeyOperations.DefinitionStages.WithCreate extends SqlServerKeyOperations.DefinitionStages.WithThumbprint, SqlServerKeyOperations.DefinitionStages.WithCreationDate, Creatable<SqlServerKey>
The final stage of the SQL Server Key definition.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlServerKeyOperations.DefinitionStages.WithCreationDate
withCreationDate
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlServerKeyOperations.DefinitionStages.WithThumbprint
withThumbprint
-
-