AccountsOperationsExtensions.ListModelsNext Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.