BetaSchedulesOperations interface
Interfejs reprezentujący operacje BetaSchedules.
Właściwości
| create |
Tworzenie lub aktualizowanie szablonu operacji. |
| delete | Usuń harmonogram. |
| get | Uzyskaj harmonogram według identyfikatora. |
| get |
Pobierz harmonogram uruchamiany przez identyfikator. |
| list | Wyświetl listę wszystkich harmonogramów. |
| list |
Wyświetl listę wszystkich przebiegów harmonogramu. |
Szczegóły właściwości
createOrUpdate
Tworzenie lub aktualizowanie szablonu operacji.
createOrUpdate: (scheduleId: string, schedule: Schedule, options?: BetaSchedulesCreateOrUpdateOptionalParams) => Promise<Schedule>
Wartość właściwości
(scheduleId: string, schedule: Schedule, options?: BetaSchedulesCreateOrUpdateOptionalParams) => Promise<Schedule>
delete
Usuń harmonogram.
delete: (scheduleId: string, options?: BetaSchedulesDeleteOptionalParams) => Promise<void>
Wartość właściwości
(scheduleId: string, options?: BetaSchedulesDeleteOptionalParams) => Promise<void>
get
Uzyskaj harmonogram według identyfikatora.
get: (scheduleId: string, options?: BetaSchedulesGetOptionalParams) => Promise<Schedule>
Wartość właściwości
(scheduleId: string, options?: BetaSchedulesGetOptionalParams) => Promise<Schedule>
getRun
Pobierz harmonogram uruchamiany przez identyfikator.
getRun: (scheduleId: string, runId: string, options?: BetaSchedulesGetRunOptionalParams) => Promise<ScheduleRun>
Wartość właściwości
(scheduleId: string, runId: string, options?: BetaSchedulesGetRunOptionalParams) => Promise<ScheduleRun>
list
Wyświetl listę wszystkich harmonogramów.
list: (options?: BetaSchedulesListOptionalParams) => PagedAsyncIterableIterator<Schedule, Schedule[], PageSettings>
Wartość właściwości
(options?: BetaSchedulesListOptionalParams) => PagedAsyncIterableIterator<Schedule, Schedule[], PageSettings>
listRuns
Wyświetl listę wszystkich przebiegów harmonogramu.
listRuns: (scheduleId: string, options?: BetaSchedulesListRunsOptionalParams) => PagedAsyncIterableIterator<ScheduleRun, ScheduleRun[], PageSettings>
Wartość właściwości
(scheduleId: string, options?: BetaSchedulesListRunsOptionalParams) => PagedAsyncIterableIterator<ScheduleRun, ScheduleRun[], PageSettings>