次の方法で共有


StorageTasksOperations interface

StorageTasks 操作を表すインターフェイス。

プロパティ

create

指定したパラメーターを使用して、新しいストレージ タスク リソースを非同期に作成します。 ストレージ タスクが既に作成されていて、以降の作成要求が異なるプロパティで発行された場合、ストレージ タスクのプロパティが更新されます。 ストレージ タスクが既に作成されていて、後続の作成または更新要求がまったく同じプロパティ セットで発行された場合、要求は成功します。

delete
get

ストレージ タスクのプロパティを取得する

listByResourceGroup

特定のリソース グループで使用可能なすべてのストレージ タスクを一覧表示します。

listBySubscription

サブスクリプションで使用可能なすべてのストレージ タスクを一覧表示します。

previewActions

入力オブジェクトのメタデータ プロパティに対して入力条件を実行し、応答で一致するオブジェクトを指定します。

update

ストレージ タスクのプロパティを更新する

プロパティの詳細

create

指定したパラメーターを使用して、新しいストレージ タスク リソースを非同期に作成します。 ストレージ タスクが既に作成されていて、以降の作成要求が異なるプロパティで発行された場合、ストレージ タスクのプロパティが更新されます。 ストレージ タスクが既に作成されていて、後続の作成または更新要求がまったく同じプロパティ セットで発行された場合、要求は成功します。

create: (resourceGroupName: string, storageTaskName: string, parameters: StorageTask, options?: StorageTasksCreateOptionalParams) => PollerLike<OperationState<StorageTask>, StorageTask>

プロパティ値

(resourceGroupName: string, storageTaskName: string, parameters: StorageTask, options?: StorageTasksCreateOptionalParams) => PollerLike<OperationState<StorageTask>, StorageTask>

delete

delete: (resourceGroupName: string, storageTaskName: string, options?: StorageTasksDeleteOptionalParams) => PollerLike<OperationState<void>, void>

プロパティ値

(resourceGroupName: string, storageTaskName: string, options?: StorageTasksDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

ストレージ タスクのプロパティを取得する

get: (resourceGroupName: string, storageTaskName: string, options?: StorageTasksGetOptionalParams) => Promise<StorageTask>

プロパティ値

(resourceGroupName: string, storageTaskName: string, options?: StorageTasksGetOptionalParams) => Promise<StorageTask>

listByResourceGroup

特定のリソース グループで使用可能なすべてのストレージ タスクを一覧表示します。

listByResourceGroup: (resourceGroupName: string, options?: StorageTasksListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<StorageTask, StorageTask[], PageSettings>

プロパティ値

(resourceGroupName: string, options?: StorageTasksListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<StorageTask, StorageTask[], PageSettings>

listBySubscription

サブスクリプションで使用可能なすべてのストレージ タスクを一覧表示します。

listBySubscription: (options?: StorageTasksListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<StorageTask, StorageTask[], PageSettings>

プロパティ値

(options?: StorageTasksListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<StorageTask, StorageTask[], PageSettings>

previewActions

入力オブジェクトのメタデータ プロパティに対して入力条件を実行し、応答で一致するオブジェクトを指定します。

previewActions: (location: string, parameters: StorageTaskPreviewAction, options?: StorageTasksPreviewActionsOptionalParams) => Promise<StorageTaskPreviewAction>

プロパティ値

(location: string, parameters: StorageTaskPreviewAction, options?: StorageTasksPreviewActionsOptionalParams) => Promise<StorageTaskPreviewAction>

update

ストレージ タスクのプロパティを更新する

update: (resourceGroupName: string, storageTaskName: string, parameters: StorageTaskUpdateParameters, options?: StorageTasksUpdateOptionalParams) => PollerLike<OperationState<StorageTask>, StorageTask>

プロパティ値

(resourceGroupName: string, storageTaskName: string, parameters: StorageTaskUpdateParameters, options?: StorageTasksUpdateOptionalParams) => PollerLike<OperationState<StorageTask>, StorageTask>