SqlRestorableDroppedDatabase Interface
Implements
public interface SqlRestorableDroppedDatabase
extends Refreshable<SqlRestorableDroppedDatabase>, HasInnerModel<RestorableDroppedDatabaseInner>, HasResourceGroup, HasName, HasId
Response containing Azure SQL restorable dropped database.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Offset |
creationDate()
Gets the creation date of the database. |
abstract String |
databaseName()
Gets the name of the database. |
abstract
Offset |
deletionDate()
Gets the deletion date of the database. |
abstract
Offset |
earliestRestoreDate()
Gets the earliest restore date of the database. |
abstract String |
edition()
Gets the edition of the database. |
abstract String |
maxSizeBytes()
Gets the max size in bytes of the database. |
abstract Region |
region()
Gets the geo-location where the resource lives. |
Method Details
creationDate
public abstract OffsetDateTime creationDate()
Gets the creation date of the database.
Returns:
databaseName
public abstract String databaseName()
Gets the name of the database.
Returns:
deletionDate
public abstract OffsetDateTime deletionDate()
Gets the deletion date of the database.
Returns:
earliestRestoreDate
public abstract OffsetDateTime earliestRestoreDate()
Gets the earliest restore date of the database.
Returns:
edition
public abstract String edition()
Gets the edition of the database.
Returns:
maxSizeBytes
public abstract String maxSizeBytes()
Gets the max size in bytes of the database.
Returns:
region
public abstract Region region()
Gets the geo-location where the resource lives.
Returns:
Applies to
Azure SDK for Java