Partager via


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