Interface RestorePoint

All Superinterfaces:
HasId, HasInner<com.microsoft.azure.management.sql.implementation.RestorePointInner>, HasName, HasResourceGroup

@Beta(V1_7_0) public interface RestorePoint extends HasInner<com.microsoft.azure.management.sql.implementation.RestorePointInner>, HasResourceGroup, HasName, HasId
An immutable client-side representation of an Azure SQL database's Restore Point.
  • Method Details

    • sqlServerName

      String sqlServerName()
      Returns:
      name of the SQL Server to which this replication belongs
    • databaseName

      String databaseName()
      Returns:
      name of the SQL Database to which this replication belongs
    • databaseId

      @Beta(V1_7_0) String databaseId()
      Returns:
      the ID of the SQL Database to which this replication belongs
    • restorePointType

      RestorePointType restorePointType()
      Returns:
      the restore point type of the Azure SQL Database restore point.
    • restorePointCreationDate

      org.joda.time.DateTime restorePointCreationDate()
      Returns:
      restore point creation time (ISO8601 format). Populated when restorePointType = CONTINUOUS. Null otherwise.
    • earliestRestoreDate

      org.joda.time.DateTime earliestRestoreDate()
      Returns:
      earliest restore time (ISO8601 format). Populated when restorePointType = DISCRETE. Null otherwise.