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