次の方法で共有


MultiInstanceSettings.NumberOfInstances プロパティ

定義

タスクに必要なコンピューティング ノードの数を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

省略すると、既定値は 1 になります。

適用対象