UpdateIntegrationRuntimeRequest.AutoUpdate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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 .NET