UpdateIntegrationRuntimeRequest Class

Update integration runtime request.

Inheritance
UpdateIntegrationRuntimeRequest

Constructor

UpdateIntegrationRuntimeRequest(*, auto_update: Optional[Union[str, _models.IntegrationRuntimeAutoUpdate]] = None, update_delay_offset: Optional[str] = None, **kwargs)

Variables

auto_update
str or IntegrationRuntimeAutoUpdate

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", "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.