Schedule.Recurrences Property

Definition

Gets or sets list of recurrences.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to