你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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>