Schedule 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
Schedule() |
Initializes a new instance of the Schedule class. |
Schedule(String, String, String, IList<Recurrence>) |
Initializes a new instance of the Schedule class. |
Schedule()
Initializes a new instance of the Schedule class.
public Schedule ();
Public Sub New ()
Applies to
Schedule(String, String, String, IList<Recurrence>)
Initializes a new instance of the Schedule class.
public Schedule (string effectiveFrom = default, string effectiveUntil = default, string timeZone = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.Recurrence> recurrences = default);
new Microsoft.Azure.Management.AlertsManagement.Models.Schedule : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.Recurrence> -> Microsoft.Azure.Management.AlertsManagement.Models.Schedule
Public Sub New (Optional effectiveFrom As String = Nothing, Optional effectiveUntil As String = Nothing, Optional timeZone As String = Nothing, Optional recurrences As IList(Of Recurrence) = Nothing)
Parameters
- effectiveFrom
- String
Scheduling effective from time. Date-Time in ISO-8601 format without timezone suffix.
- effectiveUntil
- String
Scheduling effective until time. Date-Time in ISO-8601 format without timezone suffix.
- timeZone
- String
Scheduling time zone.
- recurrences
- IList<Recurrence>
List of recurrences.
Applies to
Azure SDK for .NET