Compartilhar via


InstancePoolsOperationsExtensions.ListNextAsync Método

Definição

Obtém uma lista de todos os pools de instâncias na assinatura.

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

Parâmetros

operations
IInstancePoolsOperations

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

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a