JobScheduleMonthlyOccurrence Class

 

Occurrences of days within a month.

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

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

type JobScheduleMonthlyOccurrence = class end

NameDescription
System_CAPS_pubmethodJobScheduleMonthlyOccurrence()

Initializes a new instance of the JobScheduleMonthlyOccurrence class.

System_CAPS_pubmethodJobScheduleMonthlyOccurrence(JobScheduleDay)

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

NameDescription
System_CAPS_pubpropertyDay

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

System_CAPS_pubpropertyOccurrence

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

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: