SqlRestorableDroppedDatabase Interface

Implements

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 OffsetDateTime creationDate()
abstract String databaseName()
abstract OffsetDateTime deletionDate()
abstract OffsetDateTime 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