SqlServerKey.UpdateStages.WithCreationDate Interface
public interface WithCreationDate
The SQL Server Key definition to set the server key creation date.
Method Summary
Modifier and Type | Method and Description |
---|---|
SqlServerKey.Update |
withCreationDate(DateTime creationDate)
Sets the server key creation date. |
Method Details
withCreationDate
public SqlServerKey.Update withCreationDate(DateTime creationDate)
Sets the server key creation date.
Parameters:
creationDate
- the server key creation date
Returns:
The next stage of the definition.
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