JobRecurrence Class
Recurrence schedule for the job.
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
| Name | Description | |
|---|---|---|
![]() | JobRecurrence() | Initializes a new instance of the JobRecurrence class. |
![]() | JobRecurrence(JobRecurrenceFrequency) | Initializes a new instance of the JobRecurrence class with required arguments. |
| Name | Description | |
|---|---|---|
![]() | Count | Optional. Count of occurrences that will execute. Optional. Default will recur infinitely |
![]() | EndTime | Optional. Time in ISO-8601 format after which no more occurrences will execute. |
![]() | Frequency | Required. The frequency of recurrence. |
![]() | Interval | Optional. Interval of the recurrence at the given frequency. |
![]() | Schedule | Optional. Recurrence schedule for the job. |
| 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.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.jpeg?cs-save-lang=1&cs-lang=vb)
.jpeg?cs-save-lang=1&cs-lang=vb)
.jpeg?cs-save-lang=1&cs-lang=vb)