Class RestorePointInner


  • public final class RestorePointInner
    extends com.azure.core.management.ProxyResource
    Database restore points.
    • Constructor Detail

      • RestorePointInner

        public RestorePointInner()
    • Method Detail

      • location

        public String location()
        Get the location property: Resource location.
        Returns:
        the location value.
      • 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.