Delen via


TableOperationsExtensions.ListNext(ITableOperations, String) Method

Definition

Gets a list of all the tables under the specified storage account

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Storage.Models.Table> ListNext (this Microsoft.Azure.Management.Storage.ITableOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Storage.ITableOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Storage.Models.Table>
<Extension()>
Public Function ListNext (operations As ITableOperations, nextPageLink As String) As IPage(Of Table)

Parameters

operations
ITableOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to