SchedulersOperations interface
Schedulers 操作を表すインターフェイス。
プロパティ
| create |
Scheduler を作成または更新する |
| delete | |
| get | Scheduler を取得する |
| list |
リソース グループ別にスケジューラを一覧表示する |
| list |
サブスクリプション別にスケジューラを一覧表示する |
| update | スケジューラを更新する |
プロパティの詳細
createOrUpdate
Scheduler を作成または更新する
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
Scheduler を取得する
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>