Compartilhar via


ManagedInstancesOperationsExtensions.ListNextAsync Método

Definição

Obtém uma lista de todas as instâncias gerenciadas na assinatura.

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

Parâmetros

operations
IManagedInstancesOperations

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