JobScale.MaxExecution Property

Definition

Maximum number of job executions that are created for a trigger, default 100.

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

Property Value

Implements

Attributes

Applies to