ScheduleProperties Class

Definition

Definition of schedule parameters.

public class ScheduleProperties : Microsoft.Azure.Management.Automation.Models.ResourceCommonPropertiesBase
type ScheduleProperties = class
    inherit ResourceCommonPropertiesBase
Public Class ScheduleProperties
Inherits ResourceCommonPropertiesBase
Inheritance

Constructors

ScheduleProperties()

Initializes a new instance of the ScheduleProperties class.

Properties

AdvancedSchedule

Gets or sets the advanced schedule.

CreationTime (Inherited from ResourceCommonPropertiesBase)
Description (Inherited from ResourceCommonPropertiesBase)
ExpiryTime

Gets or sets the end time of the schedule.

ExpiryTimeOffsetMinutes

Gets or sets the expiry time's offset in minutes.

Frequency

Gets or sets the frequency of the schedule. Possible values include: 'OneTime', 'Day', 'Hour', 'Week', 'Month'

Interval

Gets or sets the interval of the schedule.

IsEnabled

Gets or sets a value indicating whether this schedule is enabled.

LastModifiedTime (Inherited from ResourceCommonPropertiesBase)
NextRun

Gets or sets the next run time of the schedule.

NextRunOffsetMinutes

Gets or sets the next run time's offset in minutes.

StartTime

Gets or sets the start time of the schedule.

StartTimeOffsetMinutes

Gets the start time's offset in minutes.

TimeZone

Gets or sets the time zone of the schedule.

Applies to