次の方法で共有


Remediation.ParallelDeployments プロパティ

定義

取得または設定は、特定の時点で修復するリソースの数を決定します。 修復のペースを上げたり減らしたりするために使用できます。 指定しない場合は、既定の並列デプロイ値が使用されます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象