UpdateIntegrationRuntimeRequest Class
Update integration runtime request.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelUpdateIntegrationRuntimeRequest
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". |
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. |
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. |
Azure SDK for Python