다음을 통해 공유


JobOperationsExtensions 멤버

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

공개 메서드

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

위쪽

참고 항목

참조

JobOperationsExtensions 클래스
Microsoft.WindowsAzure.Scheduler 네임스페이스