BetaSchedulesOperations interface

Interfaz que representa una operación de BetaSchedules.

Propiedades

createOrUpdate

Cree o actualice la plantilla de operación.

delete

Permite eliminar una programación.

get

Obtener un horario por identificación.

getRun

Obtener un cronograma ejecutado por id.

list

Enumere todos los horarios.

listRuns

Enumere todas las ejecuciones programadas.

Detalles de las propiedades

createOrUpdate

Cree o actualice la plantilla de operación.

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

Valor de propiedad

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

delete

Permite eliminar una programación.

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

Valor de propiedad

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

get

Obtener un horario por identificación.

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

Valor de propiedad

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

getRun

Obtener un cronograma ejecutado por id.

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

Valor de propiedad

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

list

Enumere todos los horarios.

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

Valor de propiedad

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

listRuns

Enumere todas las ejecuciones programadas.

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

Valor de propiedad

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