Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Schedule Class

Definition

Namespace:
Microsoft.Azure.Commands.Automation.Model
Assembly:
Microsoft.Azure.PowerShell.Cmdlets.Automation.dll
Assembly:
Microsoft.Azure.Commands.ResourceManager.Automation.dll

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

public class Schedule : Microsoft.Azure.Commands.Automation.Model.BaseProperties
type Schedule = class
 inherit BaseProperties
Public Class Schedule
Inherits BaseProperties
Inheritance

Constructors

Name Description
Schedule()

Initializes a new instance of the Schedule class.

Schedule(String, String, Schedule)

Initializes a new instance of the Schedule class.

Properties

Name Description
AutomationAccountName

Gets or sets the automation account name.

(Inherited from BaseProperties)
CreationTime

Gets or sets the creation time.

(Inherited from BaseProperties)
Description

Gets or sets the description.

(Inherited from BaseProperties)
ExpiryTime

Gets or sets the expiry time.

Frequency

Gets or sets the schedule frequency.

Interval

Gets or sets the schedule interval.

IsEnabled

Gets or sets a value indicating whether is enabled.

LastModifiedTime

Gets or sets the last modified time.

(Inherited from BaseProperties)
MonthlyScheduleOptions

Gets or sets the monthly schedule options.

Name

Gets or sets the name.

(Inherited from BaseProperties)
NextRun

Gets or sets the next run.

ResourceGroupName

Gets or sets the resource group name.

(Inherited from BaseProperties)
StartTime

Gets or sets the start time.

TimeZone

Gets or sets the schedule time zone.

WeeklyScheduleOptions

Gets or sets the weekly schedule options.

Methods

Name Description
GetAdvancedSchedule()

The create advanced schedule.

Applies to