次の方法で共有


UpdateIntegrationRuntimeRequest.AutoUpdate プロパティ

定義

セルフホステッド統合ランタイムの自動更新機能を有効または無効にする値を取得または設定します。 以下を参照してください。https://go.microsoft.com/fwlink/?linkid=854189 使用可能な値は次のとおりです: '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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象