次の方法で共有


UpdateIntegrationRuntimeNodeRequest.ConcurrentJobsLimit プロパティ

定義

統合ランタイム ノードで実行できる同時実行ジョブの数を取得または設定します。 1 ~ maxConcurrentJobs(inclusive) の値を使用できます。

[Newtonsoft.Json.JsonProperty(PropertyName="concurrentJobsLimit")]
public int? ConcurrentJobsLimit { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="concurrentJobsLimit")>]
member this.ConcurrentJobsLimit : Nullable<int> with get, set
Public Property ConcurrentJobsLimit As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象