Interface SqlRestorableDroppedDatabase

    • Method Detail

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

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

        String elasticPoolName()
        Returns:
        the elastic pool name 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)