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

Public Class JobRecurrence

NameDescription
System_CAPS_pubmethodJobRecurrence()

Initializes a new instance of the JobRecurrence class.

System_CAPS_pubmethodJobRecurrence(JobRecurrenceFrequency)

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

NameDescription
System_CAPS_pubpropertyCount

Optional. Count of occurrences that will execute. Optional. Default will recur infinitely

System_CAPS_pubpropertyEndTime

Optional. Time in ISO-8601 format after which no more occurrences will execute.

System_CAPS_pubpropertyFrequency

Required. The frequency of recurrence.

System_CAPS_pubpropertyInterval

Optional. Interval of the recurrence at the given frequency.

System_CAPS_pubpropertySchedule

Optional. Recurrence schedule for the job.

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: