次の方法で共有


StorageAccountsOperationsExtensions.ListAsync メソッド

定義

サブスクリプションで使用可能なすべてのストレージ アカウントを一覧表示します。 ストレージ キーは返されないことに注意してください。これには ListKeys 操作を使用します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Storage.Models.StorageAccount>> ListAsync (this Microsoft.Azure.Management.Storage.IStorageAccountsOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Storage.IStorageAccountsOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Storage.Models.StorageAccount>>
<Extension()>
Public Function ListAsync (operations As IStorageAccountsOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of StorageAccount))

パラメーター

operations
IStorageAccountsOperations

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象