Share via


AdvancedSchedule.MonthlyOccurrences Property

Definition

Gets or sets occurrences of days within a month.

public System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.AdvancedScheduleMonthlyOccurrence> MonthlyOccurrences { get; set; }
[Newtonsoft.Json.JsonProperty(PropertyName="monthlyOccurrences")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.AdvancedScheduleMonthlyOccurrence> MonthlyOccurrences { get; set; }
member this.MonthlyOccurrences : System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.AdvancedScheduleMonthlyOccurrence> with get, set
[<Newtonsoft.Json.JsonProperty(PropertyName="monthlyOccurrences")>]
member this.MonthlyOccurrences : System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.AdvancedScheduleMonthlyOccurrence> with get, set
Public Property MonthlyOccurrences As IList(Of AdvancedScheduleMonthlyOccurrence)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to