SqlRestorableDroppedDatabase Interface

Implements

HasId HasName HasResourceGroup HasInner<com.microsoft.azure.management.sql.implementation.RestorableDroppedDatabaseInner> Refreshable<SqlRestorableDroppedDatabase>

public interface SqlRestorableDroppedDatabase
extends Refreshable<SqlRestorableDroppedDatabase>, HasInner<com.microsoft.azure.management.sql.implementation.RestorableDroppedDatabaseInner>, HasResourceGroup, HasName, HasId

Response containing Azure SQL restorable dropped database.

Method Summary

Modifier and Type Method and Description
abstract org.joda.time.DateTime creationDate()
abstract java.lang.String databaseName()
abstract org.joda.time.DateTime deletionDate()
abstract org.joda.time.DateTime earliestRestoreDate()
abstract java.lang.String edition()
abstract java.lang.String elasticPoolName()
abstract java.lang.String maxSizeBytes()
abstract Region region()
abstract java.lang.String serviceLevelObjective()

Method Details

creationDate

public abstract DateTime creationDate()

Returns:

the creation date of the database (ISO8601 format)

databaseName

public abstract String databaseName()

Returns:

the name of the database

deletionDate

public abstract DateTime deletionDate()

Returns:

the deletion date of the database (ISO8601 format)

earliestRestoreDate

public abstract DateTime earliestRestoreDate()

Returns:

the earliest restore date of the database (ISO8601 format)

edition

public abstract String edition()

Returns:

the edition of the database

elasticPoolName

public abstract String elasticPoolName()

Returns:

the elastic pool name 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

serviceLevelObjective

public abstract String serviceLevelObjective()

Returns:

the service level objective name of the database

Applies to