RestorePoint Interface

public interface RestorePoint extends HasInner,HasResourceGroup,HasName,HasId,HasInner,HasResourceGroup,HasName,HasId

An immutable client-side representation of an Azure SQL database's Restore Point.

Method Summary

Modifier and Type Method and Description
String databaseId()
String databaseName()
DateTime earliestRestoreDate()
DateTime restorePointCreationDate()
RestorePointType restorePointType()
String sqlServerName()

Inherited Members

Method Details

databaseId

public String databaseId()

Returns:

the ID of the SQL Database to which this replication belongs

databaseName

public String databaseName()

Returns:

name of the SQL Database to which this replication belongs

earliestRestoreDate

public DateTime earliestRestoreDate()

Returns:

earliest restore time (ISO8601 format). Populated when restorePointType = DISCRETE. Null otherwise.

restorePointCreationDate

public DateTime restorePointCreationDate()

Returns:

restore point creation time (ISO8601 format). Populated when restorePointType = CONTINUOUS. Null otherwise.

restorePointType

public RestorePointType restorePointType()

Returns:

the restore point type of the Azure SQL Database restore point.

sqlServerName

public String sqlServerName()

Returns:

name of the SQL Server to which this replication belongs

Applies to