Interface Server.DefinitionStages.WithRestorePointInTime

All Known Subinterfaces:
Server.Definition, Server.DefinitionStages.WithCreate
Enclosing interface:
Server.DefinitionStages

public static interface Server.DefinitionStages.WithRestorePointInTime
The stage of the Server definition allowing to specify restorePointInTime.
  • Method Details

    • withRestorePointInTime

      Server.DefinitionStages.WithCreate withRestorePointInTime(OffsetDateTime restorePointInTime)
      Specifies the restorePointInTime property: Restore point creation time (ISO8601 format), specifying the time to restore from..
      Parameters:
      restorePointInTime - Restore point creation time (ISO8601 format), specifying the time to restore from.
      Returns:
      the next definition stage.