다음을 통해 공유


IJobOperations 멤버

다음 표에는 IJobOperations 유형으로 제공되는 멤버의 목록이 나와 있습니다.

공개 메서드

(Extension 메서드 참고)

  Name 설명
CreateAsync Creates a new Job, allowing the service to generate a job id. Use CreateOrUpdate if a user-chosen job id is required.
CreateOrUpdateAsync Creates a new Job with a user-provided job id, or updates an existing job, replacing its definition with that specified.
DeleteAsync Deletes a job.
GetAsync Get the definition and status of a job.
GetHistoryAsync Get the execution history of a Job.
GetHistoryWithFilterAsync Get the execution history of a Job with a filter on the job Status.
ListAsync Get the list of all jobs in a job collection.
ListWithFilterAsync Get the list of jobs in a job collection matching a filter on job state.
UpdateJobCollectionStateAsync Update the state of all jobs in a job collections.
UpdateStateAsync Update the state of a job.

위쪽

Extension 메서드

  Name 설명
Create  Creates a new Job, allowing the service to generate a job id. Use CreateOrUpdate if a user-chosen job id is required. (Defined by JobOperationsExtensions.)
CreateAsync  Creates a new Job, allowing the service to generate a job id. Use CreateOrUpdate if a user-chosen job id is required. (Defined by JobOperationsExtensions.)
CreateOrUpdate  Creates a new Job with a user-provided job id, or updates an existing job, replacing its definition with that specified. (Defined by JobOperationsExtensions.)
CreateOrUpdateAsync  Creates a new Job with a user-provided job id, or updates an existing job, replacing its definition with that specified. (Defined by JobOperationsExtensions.)
Delete  Deletes a job. (Defined by JobOperationsExtensions.)
DeleteAsync  Deletes a job. (Defined by JobOperationsExtensions.)
Get  Get the definition and status of a job. (Defined by JobOperationsExtensions.)
GetAsync  Get the definition and status of a job. (Defined by JobOperationsExtensions.)
GetHistory  Get the execution history of a Job. (Defined by JobOperationsExtensions.)
GetHistoryAsync  Get the execution history of a Job. (Defined by JobOperationsExtensions.)
GetHistoryWithFilter  Get the execution history of a Job with a filter on the job Status. (Defined by JobOperationsExtensions.)
GetHistoryWithFilterAsync  Get the execution history of a Job with a filter on the job Status. (Defined by JobOperationsExtensions.)
List  Get the list of all jobs in a job collection. (Defined by JobOperationsExtensions.)
ListAsync  Get the list of all jobs in a job collection. (Defined by JobOperationsExtensions.)
ListWithFilter  Get the list of jobs in a job collection matching a filter on job state. (Defined by JobOperationsExtensions.)
ListWithFilterAsync  Get the list of jobs in a job collection matching a filter on job state. (Defined by JobOperationsExtensions.)
UpdateJobCollectionState  Update the state of all jobs in a job collections. (Defined by JobOperationsExtensions.)
UpdateJobCollectionStateAsync  Update the state of all jobs in a job collections. (Defined by JobOperationsExtensions.)
UpdateState  Update the state of a job. (Defined by JobOperationsExtensions.)
UpdateStateAsync  Update the state of a job. (Defined by JobOperationsExtensions.)

위쪽

참고 항목

참조

IJobOperations 인터페이스
Microsoft.WindowsAzure.Scheduler 네임스페이스