次の方法で共有


StorageAccountsOperationsExtensions.ListStorageContainersAsync メソッド

定義

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

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

パラメーター

operations
IStorageAccountsOperations

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

resourceGroupName
String

Azure リソース グループの名前。

accountName
String

Data Lake Analytics アカウントの名前。

storageAccountName
String

BLOB コンテナーを一覧表示する Azure ストレージ アカウントの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象