BetaSchedulesOperations interface
BetaSchedules işlemlerini temsil eden arayüz.
Özellikler
| create |
İşlem şablonu oluşturun veya güncelleştirin. |
| delete | Bir programı sil. |
| get | Kimliğe göre bir program alın. |
| get |
Kimliğe göre çalışan bir program alın. |
| list | Tüm programları listeleyin. |
| list |
Tüm zamanlama çalıştırmalarını listeleyin. |
Özellik Ayrıntıları
createOrUpdate
İşlem şablonu oluşturun veya güncelleştirin.
createOrUpdate: (scheduleId: string, schedule: Schedule, options?: BetaSchedulesCreateOrUpdateOptionalParams) => Promise<Schedule>
Özellik Değeri
(scheduleId: string, schedule: Schedule, options?: BetaSchedulesCreateOrUpdateOptionalParams) => Promise<Schedule>
delete
Bir programı sil.
delete: (scheduleId: string, options?: BetaSchedulesDeleteOptionalParams) => Promise<void>
Özellik Değeri
(scheduleId: string, options?: BetaSchedulesDeleteOptionalParams) => Promise<void>
get
Kimliğe göre bir program alın.
get: (scheduleId: string, options?: BetaSchedulesGetOptionalParams) => Promise<Schedule>
Özellik Değeri
(scheduleId: string, options?: BetaSchedulesGetOptionalParams) => Promise<Schedule>
getRun
Kimliğe göre çalışan bir program alın.
getRun: (scheduleId: string, runId: string, options?: BetaSchedulesGetRunOptionalParams) => Promise<ScheduleRun>
Özellik Değeri
(scheduleId: string, runId: string, options?: BetaSchedulesGetRunOptionalParams) => Promise<ScheduleRun>
list
Tüm programları listeleyin.
list: (options?: BetaSchedulesListOptionalParams) => PagedAsyncIterableIterator<Schedule, Schedule[], PageSettings>
Özellik Değeri
(options?: BetaSchedulesListOptionalParams) => PagedAsyncIterableIterator<Schedule, Schedule[], PageSettings>
listRuns
Tüm zamanlama çalıştırmalarını listeleyin.
listRuns: (scheduleId: string, options?: BetaSchedulesListRunsOptionalParams) => PagedAsyncIterableIterator<ScheduleRun, ScheduleRun[], PageSettings>
Özellik Değeri
(scheduleId: string, options?: BetaSchedulesListRunsOptionalParams) => PagedAsyncIterableIterator<ScheduleRun, ScheduleRun[], PageSettings>