DataSetsOperationsExtensions.ListByShareNext Method

Definition

List DataSets in a share.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataShare.Models.DataSet> ListByShareNext (this Microsoft.Azure.Management.DataShare.IDataSetsOperations operations, string nextPageLink);
static member ListByShareNext : Microsoft.Azure.Management.DataShare.IDataSetsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataShare.Models.DataSet>
<Extension()>
Public Function ListByShareNext (operations As IDataSetsOperations, nextPageLink As String) As IPage(Of DataSet)

Parameters

operations
IDataSetsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Remarks

List DataSets in a share

Applies to