Job.ManualTriggerConfigParallelism Property

Definition

Number of parallel replicas of a job that can run at a given time.

[Microsoft.Azure.PowerShell.Cmdlets.App.DoNotFormat]
[Microsoft.Azure.PowerShell.Cmdlets.App.Origin(Microsoft.Azure.PowerShell.Cmdlets.App.PropertyOrigin.Inlined)]
public int? ManualTriggerConfigParallelism { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.DoNotFormat>]
[<Microsoft.Azure.PowerShell.Cmdlets.App.Origin(Microsoft.Azure.PowerShell.Cmdlets.App.PropertyOrigin.Inlined)>]
member this.ManualTriggerConfigParallelism : Nullable<int> with get, set
Public Property ManualTriggerConfigParallelism As Nullable(Of Integer)

Property Value

Implements

Attributes

Applies to