Share via


ServerOperationsExtensions.ListByServerNext(IServerOperations, String) Method

Definition

Gets a list of operations performed on the server.

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)

Parameters

operations
IServerOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to