UpdateIntegrationRuntimeRequest interface
Update integration runtime request.
Properties
auto |
Enables or disables the auto-update feature of the self-hosted integration runtime. See https://go.microsoft.com/fwlink/?linkid=854189. |
update |
The time offset (in hours) in the day, e.g., PT03H is 3 hours. The integration runtime auto update will happen on that time. |
Property Details
autoUpdate
Enables or disables the auto-update feature of the self-hosted integration runtime. See https://go.microsoft.com/fwlink/?linkid=854189.
autoUpdate?: string
Property Value
string
updateDelayOffset
The time offset (in hours) in the day, e.g., PT03H is 3 hours. The integration runtime auto update will happen on that time.
updateDelayOffset?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript