AlertProcessingRuleMonthlyRecurrence(IEnumerable<Int32>) Constructor
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.
Initializes a new instance of AlertProcessingRuleMonthlyRecurrence.
public AlertProcessingRuleMonthlyRecurrence (System.Collections.Generic.IEnumerable<int> daysOfMonth);
new Azure.ResourceManager.AlertsManagement.Models.AlertProcessingRuleMonthlyRecurrence : seq<int> -> Azure.ResourceManager.AlertsManagement.Models.AlertProcessingRuleMonthlyRecurrence
Public Sub New (daysOfMonth As IEnumerable(Of Integer))
Parameters
- daysOfMonth
- IEnumerable<Int32>
Specifies the values for monthly recurrence pattern.
Exceptions
daysOfMonth
is null.