Compartilhar via


AccountsOperationsExtensions.ListModelsNextAsync Método

Definição

Listar modelos disponíveis para a conta dos Serviços Cognitivos solicitada

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))

Parâmetros

operations
IAccountsOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a