次の方法で共有


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 の拡張メソッド。

適用対象