Interface SqlPool.DefinitionStages.WithSourceDatabaseDeletionDate

All Known Subinterfaces:
SqlPool.Definition, SqlPool.DefinitionStages.WithCreate
Enclosing interface:
SqlPool.DefinitionStages

public static interface SqlPool.DefinitionStages.WithSourceDatabaseDeletionDate
The stage of the SqlPool definition allowing to specify sourceDatabaseDeletionDate.
  • Method Details

    • withSourceDatabaseDeletionDate

      SqlPool.DefinitionStages.WithCreate withSourceDatabaseDeletionDate(OffsetDateTime sourceDatabaseDeletionDate)
      Specifies the sourceDatabaseDeletionDate property: Specifies the time that the sql pool was deleted.
      Parameters:
      sourceDatabaseDeletionDate - Specifies the time that the sql pool was deleted.
      Returns:
      the next definition stage.