ScheduleCreateProperties Class

Definition

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.

Applies to