次の方法で共有


IJobScale.MinExecution Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Minimum number of job executions that are created for a trigger, default 0", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="minExecutions", Update=true)]
public int? MinExecution { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Minimum number of job executions that are created for a trigger, default 0", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="minExecutions", Update=true)>]
member this.MinExecution : Nullable<int> with get, set
Public Property MinExecution As Nullable(Of Integer)

Property Value

Attributes

Applies to