IWorkflowTriggerRecurrence.Frequency Property

Definition

The frequency.

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

Property Value

Attributes

Applies to