SharesOperationsExtensions.ListByAccountNext Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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