次の方法で共有


MachineLearningScheduleCollection.GetAllAsync メソッド

定義

指定したワークスペースのスケジュールを一覧表示します。

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

パラメーター

skip
String

改ページの継続トークン。

listViewType
Nullable<MachineLearningScheduleListViewType>

スケジュールの状態フィルター。

cancellationToken
CancellationToken

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

戻り値

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

適用対象