Share via


ServerTrustGroupsOperationsExtensions.ListByInstanceNext Method

Definition

Gets a server trust groups by instance name.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ServerTrustGroup> ListByInstanceNext (this Microsoft.Azure.Management.Sql.IServerTrustGroupsOperations operations, string nextPageLink);
static member ListByInstanceNext : Microsoft.Azure.Management.Sql.IServerTrustGroupsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ServerTrustGroup>
<Extension()>
Public Function ListByInstanceNext (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