Package version:

Interface UpdateIntegrationRuntimeRequest

Update integration runtime request.

interface UpdateIntegrationRuntimeRequest {
    autoUpdate?: string;
    updateDelayOffset?: string;
}

Properties

autoUpdate?: string

Enables or disables the auto-update feature of the self-hosted integration runtime. See https://go.microsoft.com/fwlink/?linkid=854189.

updateDelayOffset?: string

The time offset (in hours) in the day, e.g., PT03H is 3 hours. The integration runtime auto update will happen on that time.