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()

Gets the creation date of the database.

abstract String databaseName()

Gets the name of the database.

abstract OffsetDateTime deletionDate()

Gets the deletion date of the database.

abstract OffsetDateTime earliestRestoreDate()

Gets the earliest restore date of the database.

abstract String edition()

Gets the edition of the database.

abstract String maxSizeBytes()

Gets the max size in bytes of the database.

abstract Region region()

Gets the geo-location where the resource lives.

Method Details

creationDate

public abstract OffsetDateTime creationDate()

Gets the creation date of the database.

Returns:

the creation date of the database (ISO8601 format)

databaseName

public abstract String databaseName()

Gets the name of the database.

Returns:

the name of the database

deletionDate

public abstract OffsetDateTime deletionDate()

Gets the deletion date of the database.

Returns:

the deletion date of the database (ISO8601 format)

earliestRestoreDate

public abstract OffsetDateTime earliestRestoreDate()

Gets the earliest restore date of the database.

Returns:

the earliest restore date of the database (ISO8601 format)

edition

public abstract String edition()

Gets the edition of the database.

Returns:

the edition of the database

maxSizeBytes

public abstract String maxSizeBytes()

Gets the max size in bytes of the database.

Returns:

the max size in bytes of the database

region

public abstract Region region()

Gets the geo-location where the resource lives.

Returns:

the geo-location where the resource lives

Applies to