Share via


SharesOperationsExtensions.ListByAccountNext Method

Definition

List of available shares under an account.

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

Parameters

operations
ISharesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Remarks

List shares in an account

Applies to