다음을 통해 공유


JobScheduleOperationsExtensions 클래스

정의

JobScheduleOperations에 대한 확장 메서드입니다.

public static class JobScheduleOperationsExtensions
type JobScheduleOperationsExtensions = class
Public Module JobScheduleOperationsExtensions
상속
JobScheduleOperationsExtensions

메서드

Create(IJobScheduleOperations, String, String, Guid, JobScheduleCreateParameters)

작업 일정을 만듭니다. http://aka.ms/azureautomationsdk/jobscheduleoperations

Create(IJobScheduleOperations, String, String, JobScheduleCreateParameters)

JobScheduleOperations에 대한 확장 메서드입니다.

CreateAsync(IJobScheduleOperations, String, String, Guid, JobScheduleCreateParameters, CancellationToken)

작업 일정을 만듭니다. http://aka.ms/azureautomationsdk/jobscheduleoperations

CreateAsync(IJobScheduleOperations, String, String, JobScheduleCreateParameters)

JobScheduleOperations에 대한 확장 메서드입니다.

Delete(IJobScheduleOperations, String, String, Guid)

작업 일정 이름으로 식별된 작업 일정을 삭제합니다. http://aka.ms/azureautomationsdk/jobscheduleoperations

DeleteAsync(IJobScheduleOperations, String, String, Guid)

JobScheduleOperations에 대한 확장 메서드입니다.

DeleteAsync(IJobScheduleOperations, String, String, Guid, CancellationToken)

작업 일정 이름으로 식별된 작업 일정을 삭제합니다. http://aka.ms/azureautomationsdk/jobscheduleoperations

Get(IJobScheduleOperations, String, String, Guid)

작업 일정 이름으로 식별된 작업 일정을 검색합니다. http://aka.ms/azureautomationsdk/jobscheduleoperations

GetAsync(IJobScheduleOperations, String, String, Guid)

JobScheduleOperations에 대한 확장 메서드입니다.

GetAsync(IJobScheduleOperations, String, String, Guid, CancellationToken)

작업 일정 이름으로 식별된 작업 일정을 검색합니다. http://aka.ms/azureautomationsdk/jobscheduleoperations

List(IJobScheduleOperations, String, String)

JobScheduleOperations에 대한 확장 메서드입니다.

ListAsync(IJobScheduleOperations, String, String)

JobScheduleOperations에 대한 확장 메서드입니다.

ListByAutomationAccount(IJobScheduleOperations, String, String, ODataQuery<JobSchedule>)

작업 일정 목록을 검색합니다. http://aka.ms/azureautomationsdk/jobscheduleoperations

ListByAutomationAccountAsync(IJobScheduleOperations, String, String, ODataQuery<JobSchedule>, CancellationToken)

작업 일정 목록을 검색합니다. http://aka.ms/azureautomationsdk/jobscheduleoperations

ListByAutomationAccountNext(IJobScheduleOperations, String)

작업 일정 목록을 검색합니다. http://aka.ms/azureautomationsdk/jobscheduleoperations

ListByAutomationAccountNextAsync(IJobScheduleOperations, String, CancellationToken)

작업 일정 목록을 검색합니다. http://aka.ms/azureautomationsdk/jobscheduleoperations

ListNext(IJobScheduleOperations, String)

JobScheduleOperations에 대한 확장 메서드입니다.

ListNextAsync(IJobScheduleOperations, String)

JobScheduleOperations에 대한 확장 메서드입니다.

적용 대상