TableOperationsExtensions.ListNext(ITableOperations, String) メソッド

定義

指定したストレージ アカウントのすべてのテーブルの一覧を取得します

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)

パラメーター

operations
ITableOperations

この拡張メソッドの操作グループ。

nextPageLink
String

List 操作への前回の正常な呼び出しからの NextLink。

戻り値

適用対象