BetaSchedulesOperations interface

Interface representando operações de BetaSchedules.

Propriedades

createOrUpdate

Crie ou atualize o modelo de operação.

delete

Exclua uma agenda.

get

Obtenha um cronograma por id.

getRun

Obtenha um agendamento executado por id.

list

Liste todas as agendas.

listRuns

Liste todas as execuções de agendamento.

Detalhes da propriedade

createOrUpdate

Crie ou atualize o modelo de operação.

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

Valor da propriedade

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

delete

Exclua uma agenda.

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

Valor da propriedade

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

get

Obtenha um cronograma por id.

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

Valor da propriedade

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

getRun

Obtenha um agendamento executado por id.

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

Valor da propriedade

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

list

Liste todas as agendas.

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

Valor da propriedade

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

listRuns

Liste todas as execuções de agendamento.

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

Valor da propriedade

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