Share via


CommitmentPlansOperationsExtensions.ListNext Method

Definition

Gets the commitmentPlans associated with the Cognitive Services account.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.CognitiveServices.Models.CommitmentPlan> ListNext (this Microsoft.Azure.Management.CognitiveServices.ICommitmentPlansOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.CognitiveServices.ICommitmentPlansOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.CognitiveServices.Models.CommitmentPlan>
<Extension()>
Public Function ListNext (operations As ICommitmentPlansOperations, nextPageLink As String) As IPage(Of CommitmentPlan)

Parameters

operations
ICommitmentPlansOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to