IWorkflowTriggerProperties.ScheduleMonthlyOccurrence Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The monthly occurrences.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The monthly occurrences.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IRecurrenceScheduleOccurrence) }, ReadOnly=false, Required=false, SerializedName="monthlyOccurrences")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IRecurrenceScheduleOccurrence[] ScheduleMonthlyOccurrence { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The monthly occurrences.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IRecurrenceScheduleOccurrence) }, ReadOnly=false, Required=false, SerializedName="monthlyOccurrences")>]
member this.ScheduleMonthlyOccurrence : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IRecurrenceScheduleOccurrence[] with get, set
Public Property ScheduleMonthlyOccurrence As IRecurrenceScheduleOccurrence()
Property Value
- Attributes