ManagedInstancesOperationsExtensions.ListByResourceGroupNext Method

Definition

Gets a list of managed instances in a resource group.

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

Parameters

operations
IManagedInstancesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to