Share via


ServerTrustGroupsOperationsExtensions.ListByLocationNext Method

Definition

Lists a server trust group.

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

Parameters

operations
IServerTrustGroupsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to