Interface SqlServerKeyOperations.DefinitionStages.WithCreationDate
- All Known Subinterfaces:
SqlServerKeyOperations.DefinitionStages.WithCreate
,SqlServerKeyOperations.SqlServerKeyOperationsDefinition
- Enclosing interface:
- SqlServerKeyOperations.DefinitionStages
@Beta(V1_8_0)
public static interface SqlServerKeyOperations.DefinitionStages.WithCreationDate
The SQL Server Key definition to set the server key creation date.
-
Method Summary
Modifier and TypeMethodDescriptionwithCreationDate
(org.joda.time.DateTime creationDate) Sets the server key creation date.
-
Method Details
-
withCreationDate
SqlServerKeyOperations.DefinitionStages.WithCreate withCreationDate(org.joda.time.DateTime creationDate) Sets the server key creation date.- Parameters:
creationDate
- the server key creation date- Returns:
- The next stage of the definition.
-