次の方法で共有


BetaSchedulesOperations interface

BetaSchedules操作を表すインターフェース。

プロパティ

createOrUpdate

操作テンプレートを作成または更新します。

delete

スケジュールを削除します。

get

IDでスケジュールを取得します。

getRun

id で実行されるスケジュールを取得します。

list

すべてのスケジュールを一覧表示します。

listRuns

すべてのスケジュール実行を一覧表示します。

プロパティの詳細

createOrUpdate

操作テンプレートを作成または更新します。

createOrUpdate: (id: string, schedule: Schedule, options?: BetaSchedulesCreateOrUpdateOptionalParams) => Promise<Schedule>

プロパティ値

(id: string, schedule: Schedule, options?: BetaSchedulesCreateOrUpdateOptionalParams) => Promise<Schedule>

delete

スケジュールを削除します。

delete: (id: string, options?: BetaSchedulesDeleteOptionalParams) => Promise<void>

プロパティ値

(id: string, options?: BetaSchedulesDeleteOptionalParams) => Promise<void>

get

IDでスケジュールを取得します。

get: (id: string, options?: BetaSchedulesGetOptionalParams) => Promise<Schedule>

プロパティ値

(id: string, options?: BetaSchedulesGetOptionalParams) => Promise<Schedule>

getRun

id で実行されるスケジュールを取得します。

getRun: (scheduleId: string, runId: string, options?: BetaSchedulesGetRunOptionalParams) => Promise<ScheduleRun>

プロパティ値

(scheduleId: string, runId: string, options?: BetaSchedulesGetRunOptionalParams) => Promise<ScheduleRun>

list

すべてのスケジュールを一覧表示します。

list: (options?: BetaSchedulesListOptionalParams) => PagedAsyncIterableIterator<Schedule, Schedule[], PageSettings>

プロパティ値

(options?: BetaSchedulesListOptionalParams) => PagedAsyncIterableIterator<Schedule, Schedule[], PageSettings>

listRuns

すべてのスケジュール実行を一覧表示します。

listRuns: (id: string, options?: BetaSchedulesListRunsOptionalParams) => PagedAsyncIterableIterator<ScheduleRun, ScheduleRun[], PageSettings>

プロパティ値

(id: string, options?: BetaSchedulesListRunsOptionalParams) => PagedAsyncIterableIterator<ScheduleRun, ScheduleRun[], PageSettings>