UpdateIntegrationRuntimeRequest Class   
Update integration runtime request.
Constructor
UpdateIntegrationRuntimeRequest(*, auto_update: str | _models.IntegrationRuntimeAutoUpdate | None = None, update_delay_offset: str | None = None, **kwargs: Any)Keyword-Only Parameters
| 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". Default value: 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. Default value: None | 
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 | The time offset (in hours) in the day, e.g., PT03H is 3 hours. The integration runtime auto update will happen on that time. |