共用方式為


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 作業。

適用於