Interface RestorePoint


public interface RestorePoint
An immutable client-side representation of RestorePoint.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • location

      String location()
      Gets the location property: Resource location.
      Returns:
      the location value.
    • restorePointType

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

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

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

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

      RestorePointInner innerModel()
      Gets the inner com.azure.resourcemanager.synapse.fluent.models.RestorePointInner object.
      Returns:
      the inner object.