SchedulersOperations interface
表示调度程序作的接口。
属性
| create |
创建或更新调度程序 |
| delete | |
| get | 获取调度程序 |
| list |
按资源组列出计划程序 |
| list |
按订阅列出调度程序 |
| update | 更新调度程序 |
属性详细信息
createOrUpdate
创建或更新调度程序
createOrUpdate: (resourceGroupName: string, schedulerName: string, resource: Scheduler, options?: SchedulersCreateOrUpdateOptionalParams) => PollerLike<OperationState<Scheduler>, Scheduler>
属性值
(resourceGroupName: string, schedulerName: string, resource: Scheduler, options?: SchedulersCreateOrUpdateOptionalParams) => PollerLike<OperationState<Scheduler>, Scheduler>
delete
delete: (resourceGroupName: string, schedulerName: string, options?: SchedulersDeleteOptionalParams) => PollerLike<OperationState<void>, void>
属性值
(resourceGroupName: string, schedulerName: string, options?: SchedulersDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
获取调度程序
get: (resourceGroupName: string, schedulerName: string, options?: SchedulersGetOptionalParams) => Promise<Scheduler>
属性值
(resourceGroupName: string, schedulerName: string, options?: SchedulersGetOptionalParams) => Promise<Scheduler>
listByResourceGroup
按资源组列出计划程序
listByResourceGroup: (resourceGroupName: string, options?: SchedulersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Scheduler, Scheduler[], PageSettings>
属性值
(resourceGroupName: string, options?: SchedulersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Scheduler, Scheduler[], PageSettings>
listBySubscription
按订阅列出调度程序
listBySubscription: (options?: SchedulersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Scheduler, Scheduler[], PageSettings>
属性值
(options?: SchedulersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Scheduler, Scheduler[], PageSettings>
update
更新调度程序
update: (resourceGroupName: string, schedulerName: string, properties: SchedulerUpdate, options?: SchedulersUpdateOptionalParams) => PollerLike<OperationState<Scheduler>, Scheduler>
属性值
(resourceGroupName: string, schedulerName: string, properties: SchedulerUpdate, options?: SchedulersUpdateOptionalParams) => PollerLike<OperationState<Scheduler>, Scheduler>