SqlRestorableDroppedDatabase Interface
Implements
HasId
HasName
HasResourceGroup
HasInnerModel<RestorableDroppedDatabaseInner>
Refreshable<SqlRestorableDroppedDatabase>
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
Offset |
creationDate() |
abstract String | databaseName() |
abstract
Offset |
deletionDate() |
abstract
Offset |
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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java