Freigeben über


AccountsOperationsExtensions.ListModelsNext Methode

Definition

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

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

Parameter

operations
IAccountsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

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

Gibt zurück

Gilt für: