JobRecurrenceSchedule Class

 

Recurrence schedule for the job.

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

System.Object
  Microsoft.WindowsAzure.Scheduler.Models.JobRecurrenceSchedule

public class JobRecurrenceSchedule

NameDescription
System_CAPS_pubmethodJobRecurrenceSchedule()

Initializes a new instance of the JobRecurrenceSchedule class.

NameDescription
System_CAPS_pubpropertyDays

Optional. Days of the week that the job should execute on.

System_CAPS_pubpropertyHours

Optional. Hours of the day that the job should execute at.

System_CAPS_pubpropertyMinutes

Optional. Minutes of the hour that the job should execute at.

System_CAPS_pubpropertyMonthDays

Optional. Days of the month that the job should execute on. Must be between 1 and 31.

System_CAPS_pubpropertyMonthlyOccurrences

Optional. Occurrences of days within a month.

System_CAPS_pubpropertyMonths

Optional. Months that the job should execute in. Must be between 1 and 12.

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: