Share via


AccountsOperationsExtensions.ListModelsNext Method

Definition

List available Models for the requested Cognitive Services account

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)

Parameters

operations
IAccountsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to