RestorePoint Interface
Implements
public interface RestorePoint
extends HasInnerModel<RestorePointInner>, HasResourceGroup, HasName, HasId
An immutable client-side representation of an Azure SQL database's Restore Point.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
databaseId()
Gets the ID of the SQL Database to which this replication belongs. |
abstract String |
databaseName()
Gets name of the SQL Database to which this replication belongs. |
abstract
Offset |
earliestRestoreDate()
Gets earliest restore time. |
abstract
Offset |
restorePointCreationDate()
Gets restore point creation time. |
abstract
Restore |
restorePointType()
Gets the restore point type of the Azure SQL Database restore point. |
abstract String |
sqlServerName()
Gets name of the SQL Server to which this replication belongs. |
Method Details
databaseId
public abstract String databaseId()
Gets the ID of the SQL Database to which this replication belongs.
Returns:
databaseName
public abstract String databaseName()
Gets name of the SQL Database to which this replication belongs.
Returns:
earliestRestoreDate
public abstract OffsetDateTime earliestRestoreDate()
Gets earliest restore time.
Returns:
restorePointCreationDate
public abstract OffsetDateTime restorePointCreationDate()
Gets restore point creation time.
Returns:
restorePointType
public abstract RestorePointType restorePointType()
Gets the restore point type of the Azure SQL Database restore point.
Returns:
sqlServerName
public abstract String sqlServerName()
Gets name of the SQL Server to which this replication belongs.
Returns: