MonthlyRecurrence Constructors
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.
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
- startTime
- String
Start time for recurrence.
- endTime
- String
End time for recurrence.