UpdateIntegrationRuntimeRequest Class
Update integration runtime request.
- Inheritance
-
UpdateIntegrationRuntimeRequest
Constructor
UpdateIntegrationRuntimeRequest(*, auto_update: Optional[Union[str, azure.mgmt.synapse.models._synapse_management_client_enums.IntegrationRuntimeAutoUpdate]] = None, update_delay_offset: Optional[str] = None, **kwargs)
Parameters
- auto_update
- str or IntegrationRuntimeAutoUpdate
Required
Enables or disables the auto-update feature of the self-hosted integration runtime. See https://go.microsoft.com/fwlink/?linkid=854189. Possible values include: "On", "Off".
- update_delay_offset
- str
Required
The time offset (in hours) in the day, e.g., PT03H is 3 hours. The integration runtime auto update will happen on that time.
Feedback
Submit and view feedback for