IRemediationProperties.ParallelDeployment Property

Definition

Determines how many resources to remediate at any given time. Can be used to increase or reduce the pace of the remediation. If not provided, the default parallel deployments value is used.

[Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.Info(Create=true, Description="Determines how many resources to remediate at any given time. Can be used to increase or reduce the pace of the remediation. If not provided, the default parallel deployments value is used.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="parallelDeployments", Update=true)]
public int? ParallelDeployment { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.Info(Create=true, Description="Determines how many resources to remediate at any given time. Can be used to increase or reduce the pace of the remediation. If not provided, the default parallel deployments value is used.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="parallelDeployments", Update=true)>]
member this.ParallelDeployment : Nullable<int> with get, set
Public Property ParallelDeployment As Nullable(Of Integer)

Property Value

Attributes

Applies to