Class RestorePointProperties

java.lang.Object
com.azure.resourcemanager.synapse.fluent.models.RestorePointProperties

public final class RestorePointProperties extends Object
Properties of a database restore point.
  • Constructor Details

    • RestorePointProperties

      public RestorePointProperties()
      Creates an instance of RestorePointProperties class.
  • Method Details

    • restorePointType

      public RestorePointType restorePointType()
      Get the restorePointType property: The type of restore point.
      Returns:
      the restorePointType value.
    • earliestRestoreDate

      public OffsetDateTime earliestRestoreDate()
      Get the earliestRestoreDate property: The earliest time to which this database can be restored.
      Returns:
      the earliestRestoreDate value.
    • restorePointCreationDate

      public OffsetDateTime restorePointCreationDate()
      Get the restorePointCreationDate property: The time the backup was taken.
      Returns:
      the restorePointCreationDate value.
    • restorePointLabel

      public String restorePointLabel()
      Get the restorePointLabel property: The label of restore point for backup request by user.
      Returns:
      the restorePointLabel value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.