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

CommitmentPlansClient.ListAzureMlCommitmentPlansAsync Method

Definition

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlan>> ListAzureMlCommitmentPlansAsync (string nextLink, System.Threading.CancellationToken? cancellationToken);
member this.ListAzureMlCommitmentPlansAsync : string * Nullable<System.Threading.CancellationToken> -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlan>>
Public Function ListAzureMlCommitmentPlansAsync (nextLink As String, cancellationToken As Nullable(Of CancellationToken)) As Task(Of IPage(Of CommitmentPlan))

Parameters

nextLink
String
cancellationToken
Nullable<CancellationToken>

Returns

Task<IPage<Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlan>>

Applies to