다음을 통해 공유


IJobScheduleOperations 인터페이스

정의

JobScheduleOperations 작업.

public interface IJobScheduleOperations
type IJobScheduleOperations = interface
Public Interface IJobScheduleOperations

메서드

CreateAsync(String, String, JobScheduleCreateParameters, CancellationToken)

JobScheduleOperations 작업.

CreateWithHttpMessagesAsync(String, String, Guid, JobScheduleCreateParameters, Dictionary<String,List<String>>, CancellationToken)

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

DeleteAsync(String, String, Guid, CancellationToken)

JobScheduleOperations 작업.

DeleteWithHttpMessagesAsync(String, String, Guid, Dictionary<String,List<String>>, CancellationToken)

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

GetAsync(String, String, Guid, CancellationToken)

JobScheduleOperations 작업.

GetWithHttpMessagesAsync(String, String, Guid, Dictionary<String,List<String>>, CancellationToken)

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

ListAsync(String, String, CancellationToken)

JobScheduleOperations 작업.

ListByAutomationAccountNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListByAutomationAccountWithHttpMessagesAsync(String, String, ODataQuery<JobSchedule>, Dictionary<String,List<String>>, CancellationToken)

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

ListNextAsync(String, CancellationToken)

JobScheduleOperations 작업.

확장 메서드

Create(IJobScheduleOperations, String, String, JobScheduleCreateParameters)

JobScheduleOperations 작업.

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

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

CreateAsync(IJobScheduleOperations, String, String, JobScheduleCreateParameters)

JobScheduleOperations 작업.

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

작업 일정을 만듭니다. http://aka.ms/azureautomationsdk/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 작업.

적용 대상