次の方法で共有


ServiceProjectTaskCollection.GetAllAsync(String, CancellationToken) メソッド

定義

サービス リソースは、Database Migration Serviceを表す最上位レベルのリソースです。 このメソッドは、サービス リソースが所有するタスクの一覧を返します。 一部のタスクの状態が不明である場合があります。これは、そのタスクの状態のクエリ中にエラーが発生したことを示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/projects/{projectName}/tasks
  • 操作IdTasks_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.DataMigration.ServiceProjectTaskResource> GetAllAsync (string taskType = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataMigration.ServiceProjectTaskResource>
override this.GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataMigration.ServiceProjectTaskResource>
Public Overridable Function GetAllAsync (Optional taskType As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ServiceProjectTaskResource)

パラメーター

taskType
String

タスクの種類でタスクをフィルター処理します。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の ServiceProjectTaskResource サービス要求を受け取る可能性がある の非同期コレクション。

適用対象