Freigeben über


AccountsOperationsExtensions.ListModelsNextAsync Methode

Definition

Auflisten verfügbarer Modelle für das angeforderte Cognitive Services-Konto

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

Parameter

operations
IAccountsOperations

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: