UpdateIntegrationRuntimeRequest.AutoUpdate Property

Definition

Gets or sets 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'

[Newtonsoft.Json.JsonProperty(PropertyName="autoUpdate")]
public string AutoUpdate { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="autoUpdate")>]
member this.AutoUpdate : string with get, set
Public Property AutoUpdate As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to