SqlPool.UpdateStages.WithCreationDate Interface

public static interface SqlPool.UpdateStages.WithCreationDate

The stage of the SqlPool update allowing to specify creationDate.

Method Summary

Modifier and Type Method and Description
abstract Update withCreationDate(OffsetDateTime creationDate)

Specifies the creationDate property: Date the SQL pool was created.

Method Details

withCreationDate

public abstract SqlPool.Update withCreationDate(OffsetDateTime creationDate)

Specifies the creationDate property: Date the SQL pool was created.

Parameters:

creationDate - Date the SQL pool was created.

Returns:

the next definition stage.

Applies to