BetaSchedulesOperations interface
Rozhraní reprezentující operace BetaSchedules.
Vlastnosti
| create |
Vytvořte nebo aktualizujte šablonu operace. |
| delete | Smazat plán. |
| get | Získejte rozvrh podle ID. |
| get |
Získejte plán spuštěný podle ID. |
| list | Vypsat všechny plány. |
| list |
Zobrazí seznam všech spuštění plánu. |
Podrobnosti vlastnosti
createOrUpdate
Vytvořte nebo aktualizujte šablonu operace.
createOrUpdate: (scheduleId: string, schedule: Schedule, options?: BetaSchedulesCreateOrUpdateOptionalParams) => Promise<Schedule>
Hodnota vlastnosti
(scheduleId: string, schedule: Schedule, options?: BetaSchedulesCreateOrUpdateOptionalParams) => Promise<Schedule>
delete
Smazat plán.
delete: (scheduleId: string, options?: BetaSchedulesDeleteOptionalParams) => Promise<void>
Hodnota vlastnosti
(scheduleId: string, options?: BetaSchedulesDeleteOptionalParams) => Promise<void>
get
Získejte rozvrh podle ID.
get: (scheduleId: string, options?: BetaSchedulesGetOptionalParams) => Promise<Schedule>
Hodnota vlastnosti
(scheduleId: string, options?: BetaSchedulesGetOptionalParams) => Promise<Schedule>
getRun
Získejte plán spuštěný podle ID.
getRun: (scheduleId: string, runId: string, options?: BetaSchedulesGetRunOptionalParams) => Promise<ScheduleRun>
Hodnota vlastnosti
(scheduleId: string, runId: string, options?: BetaSchedulesGetRunOptionalParams) => Promise<ScheduleRun>
list
Vypsat všechny plány.
list: (options?: BetaSchedulesListOptionalParams) => PagedAsyncIterableIterator<Schedule, Schedule[], PageSettings>
Hodnota vlastnosti
(options?: BetaSchedulesListOptionalParams) => PagedAsyncIterableIterator<Schedule, Schedule[], PageSettings>
listRuns
Zobrazí seznam všech spuštění plánu.
listRuns: (scheduleId: string, options?: BetaSchedulesListRunsOptionalParams) => PagedAsyncIterableIterator<ScheduleRun, ScheduleRun[], PageSettings>
Hodnota vlastnosti
(scheduleId: string, options?: BetaSchedulesListRunsOptionalParams) => PagedAsyncIterableIterator<ScheduleRun, ScheduleRun[], PageSettings>