IntegrationRuntimeResource.UpdateStages.WithUpdateDelayOffset Interface

public static interface IntegrationRuntimeResource.UpdateStages.WithUpdateDelayOffset

The stage of the IntegrationRuntimeResource update allowing to specify updateDelayOffset.

Method Summary

Modifier and Type Method and Description
abstract Update withUpdateDelayOffset(String updateDelayOffset)

Specifies the updateDelayOffset property: The time offset (in hours) in the day, e.g., PT03H is 3 hours.

Method Details

withUpdateDelayOffset

public abstract 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.

Applies to