Compartir a través de


ManagedInstanceOperationsExtensions.ListByManagedInstanceNextAsync Método

Definición

Obtiene una lista de las operaciones realizadas en la instancia administrada.

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

Parámetros

operations
IManagedInstanceOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a