Freigeben über


CommitmentPlansOperationsExtensions.ListNextAsync Methode

Definition

Ruft die commitmentPlans ab, die dem Cognitive Services-Konto zugeordnet sind.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.CognitiveServices.Models.CommitmentPlan>> ListNextAsync (this Microsoft.Azure.Management.CognitiveServices.ICommitmentPlansOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.CognitiveServices.ICommitmentPlansOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.CognitiveServices.Models.CommitmentPlan>>
<Extension()>
Public Function ListNextAsync (operations As ICommitmentPlansOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of CommitmentPlan))

Parameter

operations
ICommitmentPlansOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: