Interface RestorePoint

All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.arm.models.HasId, com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<RestorePointInner>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasName, com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup

public interface RestorePoint extends com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<RestorePointInner>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup, com.azure.resourcemanager.resources.fluentcore.arm.models.HasName, com.azure.resourcemanager.resources.fluentcore.arm.models.HasId
An immutable client-side representation of an Azure SQL database's Restore Point.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the ID of the SQL Database to which this replication belongs.
    Gets name of the SQL Database to which this replication belongs.
    Gets earliest restore time.
    Gets restore point creation time.
    Gets the restore point type of the Azure SQL Database restore point.
    Gets name of the SQL Server to which this replication belongs.

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasId

    id

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel

    innerModel

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName

    name

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup

    resourceGroupName
  • Method Details

    • sqlServerName

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

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

      String databaseId()
      Gets the ID of the SQL Database to which this replication belongs.
      Returns:
      the ID of the SQL Database to which this replication belongs
    • restorePointType

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

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

      OffsetDateTime earliestRestoreDate()
      Gets earliest restore time.
      Returns:
      earliest restore time (ISO8601 format). Populated when restorePointType = DISCRETE. Null otherwise.