Compartir a través de


ServerOperationsExtensions.ListByServerNext(IServerOperations, String) Método

Definición

Obtiene una lista de las operaciones realizadas en el servidor.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ServerOperation> ListByServerNext (this Microsoft.Azure.Management.Sql.IServerOperations operations, string nextPageLink);
static member ListByServerNext : Microsoft.Azure.Management.Sql.IServerOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ServerOperation>
<Extension()>
Public Function ListByServerNext (operations As IServerOperations, nextPageLink As String) As IPage(Of ServerOperation)

Parámetros

operations
IServerOperations

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

nextPageLink
String

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

Devoluciones

Se aplica a