次の方法で共有


DataLakeStoreAccountsOperationsExtensions.ListByAccountNextAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo>> ListByAccountNextAsync (this Microsoft.Azure.Management.DataLake.Analytics.IDataLakeStoreAccountsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInformation>> ListByAccountNextAsync (this Microsoft.Azure.Management.DataLake.Analytics.IDataLakeStoreAccountsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByAccountNextAsync : Microsoft.Azure.Management.DataLake.Analytics.IDataLakeStoreAccountsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo>>
static member ListByAccountNextAsync : Microsoft.Azure.Management.DataLake.Analytics.IDataLakeStoreAccountsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInformation>>
<Extension()>
Public Function ListByAccountNextAsync (operations As IDataLakeStoreAccountsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DataLakeStoreAccountInfo))
<Extension()>
Public Function ListByAccountNextAsync (operations As IDataLakeStoreAccountsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DataLakeStoreAccountInformation))

パラメーター

operations
IDataLakeStoreAccountsOperations

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

nextPageLink
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象