SqlServerKeyOperations.DefinitionStages.WithCreate Interface
public interface WithCreate extends SqlServerKeyOperations.DefinitionStages.WithThumbprint,SqlServerKeyOperations.DefinitionStages.WithCreationDate,Creatable
The final stage of the SQL Server Key definition.
Inherited Members
Creatable<T>.create()
Creatable<T>.createAsync(final ServiceCallback<T> callback)
Creatable<T>.createAsync()
Indexable.key()
HasName.name()
SqlServerKeyOperations.DefinitionStages.WithCreationDate.withCreationDate(DateTime creationDate)
SqlServerKeyOperations.DefinitionStages.WithThumbprint.withThumbprint(String thumbprint)
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java