Share via


ManagedInstanceKeysOperationsExtensions.ListByInstanceNext Method

Definition

Gets a list of managed instance keys.

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

Parameters

operations
IManagedInstanceKeysOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to