Interface SqlRestorableDroppedDatabase
- All Superinterfaces:
HasId, HasInnerModel<RestorableDroppedDatabaseInner>, HasName, HasResourceGroup, Refreshable<SqlRestorableDroppedDatabase>
public interface SqlRestorableDroppedDatabase
extends Refreshable<SqlRestorableDroppedDatabase>, HasInnerModel<RestorableDroppedDatabaseInner>, HasResourceGroup, HasName, HasId
Response containing Azure SQL restorable dropped database.
-
Method Summary
Modifier and TypeMethodDescriptionGets the creation date of the database.Gets the name of the database.Gets the deletion date of the database.Gets the earliest restore date of the database.edition()Gets the edition of the database.Gets the max size in bytes of the database.com.azure.core.management.Regionregion()Gets the geo-location where the resource lives.Methods inherited from interface HasInnerModel
innerModelMethods inherited from interface HasResourceGroup
resourceGroupNameMethods inherited from interface Refreshable
refresh, refreshAsync
-
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
-
edition
-
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)
-