Interface IntegrationRuntimeResource.UpdateStages.WithUpdateDelayOffset

All Known Subinterfaces:
IntegrationRuntimeResource.Update
Enclosing interface:
IntegrationRuntimeResource.UpdateStages

public static interface IntegrationRuntimeResource.UpdateStages.WithUpdateDelayOffset
The stage of the IntegrationRuntimeResource update allowing to specify updateDelayOffset.
  • Method Details

    • withUpdateDelayOffset

      IntegrationRuntimeResource.Update withUpdateDelayOffset(String updateDelayOffset)
      Specifies the updateDelayOffset property: The time offset (in hours) in the day, e.g., PT03H is 3 hours. The integration runtime auto update will happen on that time..
      Parameters:
      updateDelayOffset - The time offset (in hours) in the day, e.g., PT03H is 3 hours. The integration runtime auto update will happen on that time.
      Returns:
      the next definition stage.