SchedulersOperations interface

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

プロパティ

createOrUpdate

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

createOrUpdatePrivateEndpointConnection

durable task schedulerのプライベートエンドポイント接続を作成または更新してください

delete
deletePrivateEndpointConnection

durable task schedulerのためにプライベートエンドポイント接続を削除してください

get

スケジューラを入手する

getPrivateEndpointConnection

durable task scheduler用にプライベートエンドポイント接続を取得しましょう

getPrivateLink

持続タスクスケジューラ用のプライベートリンクリソースを取得しましょう

listByResourceGroup

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

listBySubscription

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

listPrivateEndpointConnections

durable task スケジューラのプライベートエンドポイント接続をリストにします

listPrivateLinks

耐久タスクスケジューラ用のプライベートリンクリソースをリストアップします

update

スケジューラの更新

updatePrivateEndpointConnection

持続タスクスケジューラ用のプライベートエンドポイント接続を更新してください

プロパティの詳細

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>

createOrUpdatePrivateEndpointConnection

durable task schedulerのプライベートエンドポイント接続を作成または更新してください

createOrUpdatePrivateEndpointConnection: (resourceGroupName: string, schedulerName: string, privateEndpointConnectionName: string, resource: PrivateEndpointConnection, options?: SchedulersCreateOrUpdatePrivateEndpointConnectionOptionalParams) => PollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>

プロパティ値

(resourceGroupName: string, schedulerName: string, privateEndpointConnectionName: string, resource: PrivateEndpointConnection, options?: SchedulersCreateOrUpdatePrivateEndpointConnectionOptionalParams) => PollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>

delete

delete: (resourceGroupName: string, schedulerName: string, options?: SchedulersDeleteOptionalParams) => PollerLike<OperationState<void>, void>

プロパティ値

(resourceGroupName: string, schedulerName: string, options?: SchedulersDeleteOptionalParams) => PollerLike<OperationState<void>, void>

deletePrivateEndpointConnection

durable task schedulerのためにプライベートエンドポイント接続を削除してください

deletePrivateEndpointConnection: (resourceGroupName: string, schedulerName: string, privateEndpointConnectionName: string, options?: SchedulersDeletePrivateEndpointConnectionOptionalParams) => PollerLike<OperationState<void>, void>

プロパティ値

(resourceGroupName: string, schedulerName: string, privateEndpointConnectionName: string, options?: SchedulersDeletePrivateEndpointConnectionOptionalParams) => PollerLike<OperationState<void>, void>

get

スケジューラを入手する

get: (resourceGroupName: string, schedulerName: string, options?: SchedulersGetOptionalParams) => Promise<Scheduler>

プロパティ値

(resourceGroupName: string, schedulerName: string, options?: SchedulersGetOptionalParams) => Promise<Scheduler>

getPrivateEndpointConnection

durable task scheduler用にプライベートエンドポイント接続を取得しましょう

getPrivateEndpointConnection: (resourceGroupName: string, schedulerName: string, privateEndpointConnectionName: string, options?: SchedulersGetPrivateEndpointConnectionOptionalParams) => Promise<PrivateEndpointConnection>

プロパティ値

(resourceGroupName: string, schedulerName: string, privateEndpointConnectionName: string, options?: SchedulersGetPrivateEndpointConnectionOptionalParams) => Promise<PrivateEndpointConnection>

持続タスクスケジューラ用のプライベートリンクリソースを取得しましょう

getPrivateLink: (resourceGroupName: string, schedulerName: string, privateLinkResourceName: string, options?: SchedulersGetPrivateLinkOptionalParams) => Promise<SchedulerPrivateLinkResource>

プロパティ値

(resourceGroupName: string, schedulerName: string, privateLinkResourceName: string, options?: SchedulersGetPrivateLinkOptionalParams) => Promise<SchedulerPrivateLinkResource>

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>

listPrivateEndpointConnections

durable task スケジューラのプライベートエンドポイント接続をリストにします

listPrivateEndpointConnections: (resourceGroupName: string, schedulerName: string, options?: SchedulersListPrivateEndpointConnectionsOptionalParams) => PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

プロパティ値

(resourceGroupName: string, schedulerName: string, options?: SchedulersListPrivateEndpointConnectionsOptionalParams) => PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

耐久タスクスケジューラ用のプライベートリンクリソースをリストアップします

listPrivateLinks: (resourceGroupName: string, schedulerName: string, options?: SchedulersListPrivateLinksOptionalParams) => PagedAsyncIterableIterator<SchedulerPrivateLinkResource, SchedulerPrivateLinkResource[], PageSettings>

プロパティ値

(resourceGroupName: string, schedulerName: string, options?: SchedulersListPrivateLinksOptionalParams) => PagedAsyncIterableIterator<SchedulerPrivateLinkResource, SchedulerPrivateLinkResource[], 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>

updatePrivateEndpointConnection

持続タスクスケジューラ用のプライベートエンドポイント接続を更新してください

updatePrivateEndpointConnection: (resourceGroupName: string, schedulerName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnectionUpdate, options?: SchedulersUpdatePrivateEndpointConnectionOptionalParams) => PollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>

プロパティ値

(resourceGroupName: string, schedulerName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnectionUpdate, options?: SchedulersUpdatePrivateEndpointConnectionOptionalParams) => PollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>