Share via


JobScheduleMonthlyOccurrence Class

 

Occurrences of days within a month.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Scheduler.Models.JobScheduleMonthlyOccurrence

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod JobScheduleMonthlyOccurrence()

Initializes a new instance of the JobScheduleMonthlyOccurrence class.

System_CAPS_pubmethod JobScheduleMonthlyOccurrence(JobScheduleDay)

Initializes a new instance of the JobScheduleMonthlyOccurrence class with required arguments.

Properties

Name Description
System_CAPS_pubproperty Day

Required. Day of the occurrence. Must be one of monday, tuesday, wednesday, thursday, friday, saturday, sunday.

System_CAPS_pubproperty Occurrence

Optional. Occurrence of the day within the month. Must be between -31 and 31.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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.Scheduler.Models Namespace

Return to top