Microsoft.WindowsAzure.Scheduler.Models Namespace

Classes

Class Description
AADOAuthAuthentication Active Directory OAuth authentication for job
BasicAuthentication Basic authentication for job
ClientCertAuthentication Client certification authentication for job
HttpAuthentication Specifies authentication for the job
Job The definition of a Windows Azure Scheduler job.
JobAction Action to invoke for the job.
JobCollectionJobsUpdateStateParameters Parameters supplied to the Update Jobs State operation.
JobCollectionJobsUpdateStateResponse The Update Jobs State operation response.
JobCreateOrUpdateParameters Parameters specifying the job definition for a CreateOrUpdate Job operation.
JobCreateOrUpdateResponse The CreateOrUpdate Job operation response.
JobCreateParameters Parameters specifying the job definition for a Create Job operation.
JobCreateResponse The Create Job operation response.
JobErrorAction Action to invoke following the failure of all of the retries of a job occurrence.
JobGetHistoryParameters Parameters supplied to the Get Job History operation.
JobGetHistoryResponse The Get Job History operation response.
JobHistoryEntry A job history entry.
JobGetHistoryWithFilterParameters Parameters supplied to the Get Job History With Filter operation.
JobGetResponse The Get Job operation response.
JobHttpRequest Request for an http or https action type.
JobListParameters Parameters supplied to the List Jobs operation.
JobListResponse The List Jobs operation response.
JobListWithFilterParameters Parameters supplied to the List Jobs with filter operation.
JobQueueMessage Queue and content for a queue message action type.
JobRecurrence Recurrence schedule for the job.
JobRecurrenceSchedule Recurrence schedule for the job.
JobScheduleMonthlyOccurrence Occurrences of days within a month.
JobStatus Current status of the job.
JobUpdateStateParameters Parameters supplied to the Update Job State operation.
JobUpdateStateResponse The Update Job State operation response.
RetryPolicy Retry Policy for the job action.
StorageQueueMessage Storage queue message

Enumerations

Enumeration Description
HttpAuthenticationType Type of authentication
JobActionType Type of action. Can be one of http, https, storageQueue.
JobHistoryActionName The action of this execution, MainAction or ErrorAction.
JobHistoryStatus The status of this execution attempt, completed or failed.
JobRecurrenceFrequency The frequency of recurrence. Must be one of: minute, hour, day, week, month, year.
JobScheduleDay Must be one of monday, tuesday, wednesday, thursday, friday, saturday, sunday.
JobState State of a job.
RetryType The type of Retry Policy applied to failed execution attempts.