PipelineResource.Concurrency プロパティ

定義

パイプラインの同時実行の最大数を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象