IWorkflowTrigger.RecurrenceInterval Property

Definition

The interval.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The interval.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="interval")]
public int? RecurrenceInterval { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The interval.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="interval")>]
member this.RecurrenceInterval : Nullable<int> with get, set
Public Property RecurrenceInterval As Nullable(Of Integer)

Property Value

Attributes

Applies to