Share via


ScheduleUpdate Class

Definition

Schedule for automatically turning virtual machines in a lab on and off at specified times. Used for updates.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ScheduleUpdate
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ScheduleUpdate = class
Public Class ScheduleUpdate
Inheritance
ScheduleUpdate
Attributes

Constructors

ScheduleUpdate()

Initializes a new instance of the ScheduleUpdate class.

ScheduleUpdate(Nullable<DateTime>, Nullable<DateTime>, RecurrencePattern, String, String)

Initializes a new instance of the ScheduleUpdate class.

Properties

Notes

Gets or sets notes for this schedule.

RecurrencePattern

Gets or sets the recurrence pattern of the scheduled actions.

StartAt

Gets or sets when lab user virtual machines will be started. Timestamp offsets will be ignored and timeZoneId is used instead.

StopAt

Gets or sets when lab user virtual machines will be stopped. Timestamp offsets will be ignored and timeZoneId is used instead.

TimeZoneId

Gets or sets the IANA timezone id for the schedule.

Methods

Validate()

Validate the object.

Applies to