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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OffsetDateTimecreationDate()StringdatabaseName()OffsetDateTimedeletionDate()OffsetDateTimeearliestRestoreDate()Stringedition()StringelasticPoolName()StringmaxSizeBytes()com.azure.core.management.Regionregion()StringserviceLevelObjective()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup
resourceGroupName
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
-
-
-
Method Detail
-
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
-
serviceLevelObjective
String serviceLevelObjective()
- Returns:
- the service level objective name of the database
-
elasticPoolName
String elasticPoolName()
- Returns:
- the elastic pool name 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)
-
-