MonthlyRecurrence Constructors

Definition

Overloads

MonthlyRecurrence()

Initializes a new instance of the MonthlyRecurrence class.

MonthlyRecurrence(IList<Nullable<Int32>>, String, String)

Initializes a new instance of the MonthlyRecurrence class.

MonthlyRecurrence()

Initializes a new instance of the MonthlyRecurrence class.

public MonthlyRecurrence ();
Public Sub New ()

Applies to

MonthlyRecurrence(IList<Nullable<Int32>>, String, String)

Initializes a new instance of the MonthlyRecurrence class.

public MonthlyRecurrence (System.Collections.Generic.IList<int?> daysOfMonth, string startTime = default, string endTime = default);
new Microsoft.Azure.Management.AlertsManagement.Models.MonthlyRecurrence : System.Collections.Generic.IList<Nullable<int>> * string * string -> Microsoft.Azure.Management.AlertsManagement.Models.MonthlyRecurrence
Public Sub New (daysOfMonth As IList(Of Nullable(Of Integer)), Optional startTime As String = Nothing, Optional endTime As String = Nothing)

Parameters

daysOfMonth
IList<Nullable<Int32>>

Specifies the values for monthly recurrence pattern.

startTime
String

Start time for recurrence.

endTime
String

End time for recurrence.

Applies to