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

MachineLearningJobCollection.GetAll 方法

定义

列出工作区中的作业。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/jobs
  • 操作IdJobs_List
public virtual Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningJobResource> GetAll (Azure.ResourceManager.MachineLearning.Models.MachineLearningJobCollectionGetAllOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Azure.ResourceManager.MachineLearning.Models.MachineLearningJobCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningJobResource>
override this.GetAll : Azure.ResourceManager.MachineLearning.Models.MachineLearningJobCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningJobResource>
Public Overridable Function GetAll (options As MachineLearningJobCollectionGetAllOptions, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MachineLearningJobResource)

参数

options
MachineLearningJobCollectionGetAllOptions

一个属性包,其中包含除 LRO 限定符和请求上下文参数以外的此方法的所有参数。

cancellationToken
CancellationToken

要使用的取消标记。

返回

可能需要多个服务请求来循环访问的 的 MachineLearningJobResource 集合。

适用于