次の方法で共有


DataLakeStoreAccountsOperationsExtensions.ListByAccountNext メソッド

定義

指定したData Lake Analytics アカウントにリンクされている Data Lake Store アカウントの最初のページを取得します。 応答には、次のページへのリンク (存在する場合) が含まれます。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo> ListByAccountNext (this Microsoft.Azure.Management.DataLake.Analytics.IDataLakeStoreAccountsOperations operations, string nextPageLink);
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInformation> ListByAccountNext (this Microsoft.Azure.Management.DataLake.Analytics.IDataLakeStoreAccountsOperations operations, string nextPageLink);
static member ListByAccountNext : Microsoft.Azure.Management.DataLake.Analytics.IDataLakeStoreAccountsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo>
static member ListByAccountNext : Microsoft.Azure.Management.DataLake.Analytics.IDataLakeStoreAccountsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInformation>
<Extension()>
Public Function ListByAccountNext (operations As IDataLakeStoreAccountsOperations, nextPageLink As String) As IPage(Of DataLakeStoreAccountInfo)
<Extension()>
Public Function ListByAccountNext (operations As IDataLakeStoreAccountsOperations, nextPageLink As String) As IPage(Of DataLakeStoreAccountInformation)

パラメーター

operations
IDataLakeStoreAccountsOperations

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

nextPageLink
String

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

戻り値

適用対象