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

適用対象