IWorkflowTriggerRecurrence.Frequency 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=true, Description="The frequency.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="frequency", Update=true)]
public string Frequency { get; set; }
[<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=true, Description="The frequency.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="frequency", Update=true)>]
member this.Frequency : string with get, set
Public Property Frequency As String

Property Value

Attributes

Applies to