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

ServiceServiceTaskCollection.GetAll(String, CancellationToken) 方法

定义

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

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

参数

taskType
String

按任务类型筛选任务。

cancellationToken
CancellationToken

要使用的取消标记。

返回

的集合 ServiceServiceTaskResource ,可能需要多个服务请求才能循环访问。

适用于