次の方法で共有


SchedulersOperations interface

スケジューラの操作を表すインターフェイス。

プロパティ

createOrUpdate

スケジューラを作成または更新する

delete
get

スケジューラを入手する

listByResourceGroup

リソース グループ別のスケジューラの一覧表示

listBySubscription

サブスクリプション別のスケジューラのリスト

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>