IWorkflowTrigger.RecurrenceFrequency Property

Definition

The frequency.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.PSArgumentCompleter(new System.String[] { "NotSpecified", "Second", "Minute", "Hour", "Day", "Week", "Month", "Year" })]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="The frequency.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="frequency", Update=false)]
public string RecurrenceFrequency { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.PSArgumentCompleter(new System.String[] { "NotSpecified", "Second", "Minute", "Hour", "Day", "Week", "Month", "Year" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="The frequency.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="frequency", Update=false)>]
member this.RecurrenceFrequency : string
Public ReadOnly Property RecurrenceFrequency As String

Property Value

Attributes

Applies to