Share via


ScheduleProperties Class

 

Definition of schedule parameters.

Namespace:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Automation.Models.ScheduleProperties

Syntax

public class ScheduleProperties
public ref class ScheduleProperties 
type ScheduleProperties = class end
Public Class ScheduleProperties

Constructors

Name Description
ScheduleProperties()

Initializes a new instance of the ScheduleProperties class.

Properties

Name Description
CreationTime

Optional. Gets or sets the creation time of the schedule.

Description

Optional. Gets or sets the description of the schedule.

ExpiryTime

Optional. Gets or sets the end time of the schedule.

Frequency

Optional. Gets or sets the frequency of the schedule.

Interval

Optional. Gets or sets the interval of the schedule.

IsEnabled

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

LastModifiedTime

Optional. Gets or sets the last modified time of the schedule.

NextRun

Optional. Gets or sets the next run time of the schedule.

StartTime

Optional. Gets or sets the start time of the schedule.

Methods

Name Description
Equals(Object)

(Inherited from Object.)

Finalize()

(Inherited from Object.)

GetHashCode()

(Inherited from Object.)

GetType()

(Inherited from Object.)

MemberwiseClone()

(Inherited from Object.)

ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top