UpdateIntegrationRuntimeRequest Class

Update integration runtime request.

Constructor

UpdateIntegrationRuntimeRequest(*args: Any, **kwargs: Any)

Variables

Name Description
auto_update

Enables or disables the auto-update feature of the self-hosted integration runtime. See https://go.microsoft.com/fwlink/?linkid=854189. Known values are: "On" and "Off".

update_delay_offset
str

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

Attributes

auto_update

Enables or disables the auto-update feature of the self-hosted integration runtime. See https://go.microsoft.com/fwlink/?linkid=854189. Known values are: "On" and "Off".

auto_update: str | _models.IntegrationRuntimeAutoUpdate | None

update_delay_offset

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

update_delay_offset: str | None