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
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModelMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
nameMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup
resourceGroupNameMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
Method Details
-
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
-
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)
-