ScheduleCreateProperties 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.
The parameters supplied to the create schedule operation.
public class ScheduleCreateProperties
type ScheduleCreateProperties = class
Public Class ScheduleCreateProperties
- Inheritance
-
ScheduleCreateProperties
Constructors
ScheduleCreateProperties() |
Initializes a new instance of the ScheduleCreateProperties class. |
ScheduleCreateProperties(DateTimeOffset, String) |
Initializes a new instance of the ScheduleCreateProperties class with required arguments. |
Properties
Description |
Optional. Gets or sets the description of the schedule. |
ExpiryTime |
Optional. Gets or sets the end time of the schedule. |
Frequency |
Required. Gets or sets the frequency of the schedule. |
Interval |
Optional. Gets or sets the interval of the schedule. |
StartTime |
Required. Gets or sets the start time of the schedule. |