SqlRestorableDroppedDatabase Interface
Implements
HasId
HasName
HasResourceGroup
HasInnerModel<RestorableDroppedDatabaseInner>
Refreshable<SqlRestorableDroppedDatabase>
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() |
abstract String | databaseName() |
abstract
Offset |
deletionDate() |
abstract
Offset |
earliestRestoreDate() |
abstract String | edition() |
abstract String | maxSizeBytes() |
abstract Region | region() |
Method Details
creationDate
public abstract OffsetDateTime creationDate()
Returns:
the creation date of the database (ISO8601 format)
databaseName
public abstract String databaseName()
Returns:
the name of the database
deletionDate
public abstract OffsetDateTime deletionDate()
Returns:
the deletion date of the database (ISO8601 format)
earliestRestoreDate
public abstract OffsetDateTime earliestRestoreDate()
Returns:
the earliest restore date of the database (ISO8601 format)
edition
public abstract String edition()
Returns:
the edition of the database
maxSizeBytes
public abstract String maxSizeBytes()
Returns:
the max size in bytes of the database
region
public abstract Region region()
Returns:
the geo-location where the resource lives
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java