IJobPatchProperties1.EventTriggerConfigParallelism Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Number of parallel replicas of a job that can run at a given time.
[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Number of parallel replicas of a job that can run at a given time.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="parallelism", Update=true)]
public int? EventTriggerConfigParallelism { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Number of parallel replicas of a job that can run at a given time.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="parallelism", Update=true)>]
member this.EventTriggerConfigParallelism : Nullable<int> with get, set
Public Property EventTriggerConfigParallelism As Nullable(Of Integer)
Property Value
- Attributes