Schedule Class

Definition

Definition of the schedule.

public class Schedule
[Microsoft.Rest.Serialization.JsonTransformation]
public class Schedule : Microsoft.Azure.Management.Automation.Models.ProxyResource
type Schedule = class
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Schedule = class
    inherit ProxyResource
Public Class Schedule
Public Class Schedule
Inherits ProxyResource
Inheritance
Schedule
Inheritance
Attributes

Constructors

Schedule()

Initializes a new instance of the Schedule class.

Schedule(String, String, String, DateTimeOffset, Double, Nullable<DateTimeOffset>, Double, Nullable<Boolean>, Nullable<DateTimeOffset>, Double, Object, String, String, AdvancedSchedule, DateTimeOffset, DateTimeOffset, String)

Initializes a new instance of the Schedule class.

Properties

AdvancedSchedule

Gets or sets the advanced schedule.

CreationTime

Gets or sets the creation time.

Description

Gets or sets the description.

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', 'Minute'

Id
Id

Gets fully qualified resource Id for the resource

(Inherited from Resource)
Interval

Gets or sets the interval of the schedule.

IsEnabled

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

LastModifiedTime

Gets or sets the last modified time.

Name
Name

Gets the name of the resource

(Inherited from Resource)
NextRun

Gets or sets the next run time of the schedule.

NextRunOffsetMinutes

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

Properties
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.

Type

Gets the type of the resource.

(Inherited from Resource)

Applies to