BetaSchedulesOperations interface

Интерфейс, представляющий операции BetaSchedules.

Свойства

createOrUpdate

Создание или обновление шаблона операции.

delete

Удалить расписание.

get

Получить расписание по id.

getRun

Получить расписание, запускаемое по id.

list

Перечислите все расписания.

listRuns

Составьте список всех запланированных запусков.

Сведения о свойстве

createOrUpdate

Создание или обновление шаблона операции.

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

Значение свойства

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

delete

Удалить расписание.

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

Значение свойства

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

get

Получить расписание по id.

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

Значение свойства

(scheduleId: 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: (scheduleId: string, options?: BetaSchedulesListRunsOptionalParams) => PagedAsyncIterableIterator<ScheduleRun, ScheduleRun[], PageSettings>

Значение свойства

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