Interface SqlRestorableDroppedDatabase

All Superinterfaces:
HasId, HasInnerModel<RestorableDroppedDatabaseInner>, HasName, HasResourceGroup, Refreshable<SqlRestorableDroppedDatabase>

Response containing Azure SQL restorable dropped database.
  • Method Details

    • region

      com.azure.core.management.Region region()
      Returns:
      the geo-location where the resource lives
    • databaseName

      String databaseName()
      Returns:
      the name of the database
    • edition

      String edition()
      Returns:
      the edition of the database
    • maxSizeBytes

      String maxSizeBytes()
      Returns:
      the max size in bytes of the database
    • creationDate

      OffsetDateTime creationDate()
      Returns:
      the creation date of the database (ISO8601 format)
    • deletionDate

      OffsetDateTime deletionDate()
      Returns:
      the deletion date of the database (ISO8601 format)
    • earliestRestoreDate

      OffsetDateTime earliestRestoreDate()
      Returns:
      the earliest restore date of the database (ISO8601 format)