ScheduleCreateOrUpdateProperties 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 or update schedule operation.
public class ScheduleCreateOrUpdateProperties
type ScheduleCreateOrUpdateProperties = class
Public Class ScheduleCreateOrUpdateProperties
- Inheritance
-
System.ObjectScheduleCreateOrUpdateProperties
Constructors
ScheduleCreateOrUpdateProperties() |
Initializes a new instance of the ScheduleCreateOrUpdateProperties class. |
ScheduleCreateOrUpdateProperties(DateTimeOffset, String) |
Initializes a new instance of the ScheduleCreateOrUpdateProperties class with required arguments. |
Properties
AdvancedSchedule |
Optional. Gets or sets the AdvancedSchedule. |
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. |
TimeZone |
Optional. Gets or sets the time zone of the schedule. |