共用方式為


WeeklyRecurrence Constructors

Definition

Overloads

WeeklyRecurrence()

Initializes a new instance of the WeeklyRecurrence class.

WeeklyRecurrence(IList<String>, String, String)

Initializes a new instance of the WeeklyRecurrence class.

WeeklyRecurrence()

Initializes a new instance of the WeeklyRecurrence class.

public WeeklyRecurrence ();
Public Sub New ()

Applies to

WeeklyRecurrence(IList<String>, String, String)

Initializes a new instance of the WeeklyRecurrence class.

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

Parameters

daysOfWeek
IList<String>

Specifies the values for weekly recurrence pattern.

startTime
String

Start time for recurrence.

endTime
String

End time for recurrence.

Applies to