Interface SqlRestorableDroppedDatabase

All Superinterfaces:
HasId, HasInner<com.microsoft.azure.management.sql.implementation.RestorableDroppedDatabaseInner>, HasName, HasResourceGroup, Refreshable<SqlRestorableDroppedDatabase>

@Beta(V1_7_0) public interface SqlRestorableDroppedDatabase extends Refreshable<SqlRestorableDroppedDatabase>, HasInner<com.microsoft.azure.management.sql.implementation.RestorableDroppedDatabaseInner>, HasResourceGroup, HasName, HasId
Response containing Azure SQL restorable dropped database.
  • Method Details

    • region

      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
    • serviceLevelObjective

      String serviceLevelObjective()
      Returns:
      the service level objective name of the database
    • elasticPoolName

      String elasticPoolName()
      Returns:
      the elastic pool name of the database
    • creationDate

      org.joda.time.DateTime creationDate()
      Returns:
      the creation date of the database (ISO8601 format)
    • deletionDate

      org.joda.time.DateTime deletionDate()
      Returns:
      the deletion date of the database (ISO8601 format)
    • earliestRestoreDate

      org.joda.time.DateTime earliestRestoreDate()
      Returns:
      the earliest restore date of the database (ISO8601 format)