Share via


AlertProcessingRuleSchedule.Recurrences Property

Definition

List of recurrences. Please note AlertProcessingRuleRecurrence is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include DailyRecurrence, AlertProcessingRuleMonthlyRecurrence and AlertProcessingRuleWeeklyRecurrence.

public System.Collections.Generic.IList<Azure.ResourceManager.AlertsManagement.Models.AlertProcessingRuleRecurrence> Recurrences { get; }
member this.Recurrences : System.Collections.Generic.IList<Azure.ResourceManager.AlertsManagement.Models.AlertProcessingRuleRecurrence>
Public ReadOnly Property Recurrences As IList(Of AlertProcessingRuleRecurrence)

Property Value

Applies to