IWorkflowTriggerProperties.ScheduleMonthlyOccurrence Property

Definition

The monthly occurrences.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="The monthly occurrences.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IRecurrenceScheduleOccurrence) }, Read=true, ReadOnly=true, Required=false, SerializedName="monthlyOccurrences", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IRecurrenceScheduleOccurrence> ScheduleMonthlyOccurrence { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="The monthly occurrences.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IRecurrenceScheduleOccurrence) }, Read=true, ReadOnly=true, Required=false, SerializedName="monthlyOccurrences", Update=false)>]
member this.ScheduleMonthlyOccurrence : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IRecurrenceScheduleOccurrence>
Public ReadOnly Property ScheduleMonthlyOccurrence As List(Of IRecurrenceScheduleOccurrence)

Property Value

Attributes

Applies to