Interface SqlServerKeyOperations.DefinitionStages.WithCreationDate
-
- All Known Subinterfaces:
SqlServerKeyOperations.DefinitionStages.WithCreate,SqlServerKeyOperations.SqlServerKeyOperationsDefinition
- Enclosing interface:
- SqlServerKeyOperations.DefinitionStages
public static interface SqlServerKeyOperations.DefinitionStages.WithCreationDateThe SQL Server Key definition to set the server key creation date.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlServerKeyOperations.DefinitionStages.WithCreatewithCreationDate(OffsetDateTime creationDate)Sets the server key creation date.
-
-
-
Method Detail
-
withCreationDate
SqlServerKeyOperations.DefinitionStages.WithCreate withCreationDate(OffsetDateTime creationDate)
Sets the server key creation date.- Parameters:
creationDate- the server key creation date- Returns:
- The next stage of the definition.
-
-