Microsoft.WindowsAzure.Scheduler.Models Namespace

 

Classes

Class Description
System_CAPS_pubclass AADOAuthAuthentication

Active Directory OAuth authentication for job

System_CAPS_pubclass BasicAuthentication

Basic authentication for job

System_CAPS_pubclass ClientCertAuthentication

Client certification authentication for job

System_CAPS_pubclass HttpAuthentication

Specifies authentication for the job

System_CAPS_pubclass Job

The definition of a Windows Azure Scheduler job.

System_CAPS_pubclass JobAction

Action to invoke for the job.

System_CAPS_pubclass JobCollectionJobsUpdateStateParameters

Parameters supplied to the Update Jobs State operation.

System_CAPS_pubclass JobCollectionJobsUpdateStateResponse

The Update Jobs State operation response.

System_CAPS_pubclass JobCreateOrUpdateParameters

Parameters specifying the job definition for a CreateOrUpdate Job operation.

System_CAPS_pubclass JobCreateOrUpdateResponse

The CreateOrUpdate Job operation response.

System_CAPS_pubclass JobCreateParameters

Parameters specifying the job definition for a Create Job operation.

System_CAPS_pubclass JobCreateResponse

The Create Job operation response.

System_CAPS_pubclass JobErrorAction

Action to invoke following the failure of all of the retries of a job occurrence.

System_CAPS_pubclass JobGetHistoryParameters

Parameters supplied to the Get Job History operation.

System_CAPS_pubclass JobGetHistoryResponse

The Get Job History operation response.

System_CAPS_pubclass JobGetHistoryWithFilterParameters

Parameters supplied to the Get Job History With Filter operation.

System_CAPS_pubclass JobGetResponse

The Get Job operation response.

System_CAPS_pubclass JobGetHistoryResponse.JobHistoryEntry

A job history entry.

System_CAPS_pubclass JobHttpRequest

Request for an http or https action type.

System_CAPS_pubclass JobListParameters

Parameters supplied to the List Jobs operation.

System_CAPS_pubclass JobListResponse

The List Jobs operation response.

System_CAPS_pubclass JobListWithFilterParameters

Parameters supplied to the List Jobs with filter operation.

System_CAPS_pubclass JobQueueMessage

Queue and content for a queue message action type.

System_CAPS_pubclass JobRecurrence

Recurrence schedule for the job.

System_CAPS_pubclass JobRecurrenceSchedule

Recurrence schedule for the job.

System_CAPS_pubclass JobScheduleMonthlyOccurrence

Occurrences of days within a month.

System_CAPS_pubclass JobStatus

Current status of the job.

System_CAPS_pubclass JobUpdateStateParameters

Parameters supplied to the Update Job State operation.

System_CAPS_pubclass JobUpdateStateResponse

The Update Job State operation response.

System_CAPS_pubclass RetryPolicy

Retry Policy for the job action.

System_CAPS_pubclass StorageQueueMessage

Storage queue message

Enumerations

Enumeration Description
System_CAPS_pubenum HttpAuthenticationType

Type of authentication

System_CAPS_pubenum JobActionType

Type of action. Can be one of http, https, storageQueue.

System_CAPS_pubenum JobHistoryActionName

The action of this execution, MainAction or ErrorAction.

System_CAPS_pubenum JobHistoryStatus

The status of this execution attempt, completed or failed.

System_CAPS_pubenum JobRecurrenceFrequency

The frequency of recurrence. Must be one of: minute, hour, day, week, month, year.

System_CAPS_pubenum JobScheduleDay

Must be one of monday, tuesday, wednesday, thursday, friday, saturday, sunday.

System_CAPS_pubenum JobState

State of a job.

System_CAPS_pubenum RetryType

The type of Retry Policy applied to failed execution attempts.

Return to top