LabServicesRecurrencePattern 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.
Recurrence pattern of a lab schedule.
public class LabServicesRecurrencePattern
type LabServicesRecurrencePattern = class
Public Class LabServicesRecurrencePattern
- Inheritance
-
LabServicesRecurrencePattern
Constructors
LabServicesRecurrencePattern(LabServicesRecurrenceFrequency, DateTimeOffset) |
Initializes a new instance of LabServicesRecurrencePattern. |
Properties
ExpireOn |
When the recurrence will expire. This date is inclusive. |
Frequency |
The frequency of the recurrence. |
Interval |
The interval to invoke the schedule on. For example, interval = 2 and RecurrenceFrequency.Daily will run every 2 days. When no interval is supplied, an interval of 1 is used. |
WeekDays |
The week days the schedule runs. Used for when the Frequency is set to Weekly. |
Applies to
Azure SDK for .NET