次の方法で共有


StorageAccountsOperationsExtensions.ListStorageContainersNextAsync メソッド

定義

指定したData Lake Analyticsと Azure Storage アカウントの組み合わせに関連付けられている Azure Storage コンテナー (存在する場合) を一覧表示します。 応答には、結果の次のページへのリンク (存在する場合) が含まれます。

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

パラメーター

operations
IStorageAccountsOperations

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

nextPageLink
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象