SqlRestorableDroppedDatabase Interface
public interface SqlRestorableDroppedDatabase extends Refreshable,HasInner,HasResourceGroup,HasName,HasId
Response containing Azure SQL restorable dropped database.
Method Summary
Modifier and Type | Method and Description |
---|---|
DateTime | creationDate() |
String | databaseName() |
DateTime | deletionDate() |
DateTime | earliestRestoreDate() |
String | edition() |
String | elasticPoolName() |
String | maxSizeBytes() |
Region | region() |
String | serviceLevelObjective() |
Inherited Members
HasId.id()
HasInner<T>.inner()
HasName.name()
Refreshable<T>.refresh()
Refreshable<T>.refreshAsync()
HasResourceGroup.resourceGroupName()
Method Details
creationDate
public DateTime creationDate()
Returns:
the creation date of the database (ISO8601 format)
databaseName
public String databaseName()
Returns:
the name of the database
deletionDate
public DateTime deletionDate()
Returns:
the deletion date of the database (ISO8601 format)
earliestRestoreDate
public DateTime earliestRestoreDate()
Returns:
the earliest restore date of the database (ISO8601 format)
edition
public String edition()
Returns:
the edition of the database
elasticPoolName
public String elasticPoolName()
Returns:
the elastic pool name of the database
maxSizeBytes
public String maxSizeBytes()
Returns:
the max size in bytes of the database
region
public Region region()
Returns:
the geo-location where the resource lives
serviceLevelObjective
public String serviceLevelObjective()
Returns:
the service level objective name of the database
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