次の方法で共有


MachineLearningJobCollection.GetAllAsync メソッド

定義

ワークスペース内のジョブを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/jobs
  • 操作IdJobs_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningJobResource> GetAllAsync (Azure.ResourceManager.MachineLearning.Models.MachineLearningJobCollectionGetAllOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Azure.ResourceManager.MachineLearning.Models.MachineLearningJobCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningJobResource>
override this.GetAllAsync : Azure.ResourceManager.MachineLearning.Models.MachineLearningJobCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningJobResource>
Public Overridable Function GetAllAsync (options As MachineLearningJobCollectionGetAllOptions, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MachineLearningJobResource)

パラメーター

options
MachineLearningJobCollectionGetAllOptions

LRO 修飾子と要求コンテキスト パラメーターを除く、このメソッドのすべてのパラメーターを含むプロパティ バッグ。

cancellationToken
CancellationToken

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

戻り値

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

適用対象