你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServiceServiceTaskCollection.GetAllAsync(String, CancellationToken) 方法

定义

服务资源是表示数据库迁移服务的顶级资源。 此方法返回服务资源拥有的服务级别任务列表。 某些任务的状态可能为“未知”,表示查询该任务的状态时出错。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/serviceTasks
  • 操作IdServiceTasks_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.DataMigration.ServiceServiceTaskResource> GetAllAsync (string taskType = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataMigration.ServiceServiceTaskResource>
override this.GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataMigration.ServiceServiceTaskResource>
Public Overridable Function GetAllAsync (Optional taskType As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ServiceServiceTaskResource)

参数

taskType
String

按任务类型筛选任务。

cancellationToken
CancellationToken

要使用的取消标记。

返回

的异步集合 ServiceServiceTaskResource ,可能需要多个服务请求进行迭代。

适用于