Partager via


CommitmentPlansClient.GetAzureMlCommitmentPlanUsageHistoryAsync Method

Definition

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

Parameters

resourceGroupName
String
commitmentPlanName
String
nextLink
String
cancellationToken
Nullable<CancellationToken>

Returns

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

Applies to