Microsoft.WindowsAzure.Scheduler.Models Namespace

 

ClassDescription
System_CAPS_pubclassAADOAuthAuthentication

Active Directory OAuth authentication for job

System_CAPS_pubclassBasicAuthentication

Basic authentication for job

System_CAPS_pubclassClientCertAuthentication

Client certification authentication for job

System_CAPS_pubclassHttpAuthentication

Specifies authentication for the job

System_CAPS_pubclassJob

The definition of a Windows Azure Scheduler job.

System_CAPS_pubclassJobAction

Action to invoke for the job.

System_CAPS_pubclassJobCollectionJobsUpdateStateParameters

Parameters supplied to the Update Jobs State operation.

System_CAPS_pubclassJobCollectionJobsUpdateStateResponse

The Update Jobs State operation response.

System_CAPS_pubclassJobCreateOrUpdateParameters

Parameters specifying the job definition for a CreateOrUpdate Job operation.

System_CAPS_pubclassJobCreateOrUpdateResponse

The CreateOrUpdate Job operation response.

System_CAPS_pubclassJobCreateParameters

Parameters specifying the job definition for a Create Job operation.

System_CAPS_pubclassJobCreateResponse

The Create Job operation response.

System_CAPS_pubclassJobErrorAction

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

System_CAPS_pubclassJobGetHistoryParameters

Parameters supplied to the Get Job History operation.

System_CAPS_pubclassJobGetHistoryResponse

The Get Job History operation response.

System_CAPS_pubclassJobGetHistoryWithFilterParameters

Parameters supplied to the Get Job History With Filter operation.

System_CAPS_pubclassJobGetResponse

The Get Job operation response.

System_CAPS_pubclassJobGetHistoryResponse.JobHistoryEntry

A job history entry.

System_CAPS_pubclassJobHttpRequest

Request for an http or https action type.

System_CAPS_pubclassJobListParameters

Parameters supplied to the List Jobs operation.

System_CAPS_pubclassJobListResponse

The List Jobs operation response.

System_CAPS_pubclassJobListWithFilterParameters

Parameters supplied to the List Jobs with filter operation.

System_CAPS_pubclassJobQueueMessage

Queue and content for a queue message action type.

System_CAPS_pubclassJobRecurrence

Recurrence schedule for the job.

System_CAPS_pubclassJobRecurrenceSchedule

Recurrence schedule for the job.

System_CAPS_pubclassJobScheduleMonthlyOccurrence

Occurrences of days within a month.

System_CAPS_pubclassJobStatus

Current status of the job.

System_CAPS_pubclassJobUpdateStateParameters

Parameters supplied to the Update Job State operation.

System_CAPS_pubclassJobUpdateStateResponse

The Update Job State operation response.

System_CAPS_pubclassRetryPolicy

Retry Policy for the job action.

System_CAPS_pubclassStorageQueueMessage

Storage queue message

EnumerationDescription
System_CAPS_pubenumHttpAuthenticationType

Type of authentication

System_CAPS_pubenumJobActionType

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

System_CAPS_pubenumJobHistoryActionName

The action of this execution, MainAction or ErrorAction.

System_CAPS_pubenumJobHistoryStatus

The status of this execution attempt, completed or failed.

System_CAPS_pubenumJobRecurrenceFrequency

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

System_CAPS_pubenumJobScheduleDay

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

System_CAPS_pubenumJobState

State of a job.

System_CAPS_pubenumRetryType

The type of Retry Policy applied to failed execution attempts.

Return to top
Show: