Schedule Class
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.
Scheduling configuration for a given alert processing rule.
public class Schedule
type Schedule = class
Public Class Schedule
- Inheritance
-
Schedule
Constructors
Schedule() |
Initializes a new instance of the Schedule class. |
Schedule(String, String, String, IList<Recurrence>) |
Initializes a new instance of the Schedule class. |
Properties
EffectiveFrom |
Gets or sets scheduling effective from time. Date-Time in ISO-8601 format without timezone suffix. |
EffectiveUntil |
Gets or sets scheduling effective until time. Date-Time in ISO-8601 format without timezone suffix. |
Recurrences |
Gets or sets list of recurrences. |
TimeZone |
Gets or sets scheduling time zone. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET