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()
      Gets the geo-location where the resource lives.
      Returns:
      the geo-location where the resource lives
    • databaseName

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

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

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

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

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

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