Compartilhar via


ServerOperationsExtensions.ListByServerNext(IServerOperations, String) Método

Definição

Obtém uma lista de operações executadas no 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

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.

Retornos

Aplica-se a