次の方法で共有


StorageAccountsOperationsExtensions.List(IStorageAccountsOperations) メソッド

定義

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Storage.Models.StorageAccount> List (this Microsoft.Azure.Management.Storage.IStorageAccountsOperations operations);
static member List : Microsoft.Azure.Management.Storage.IStorageAccountsOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Storage.Models.StorageAccount>
<Extension()>
Public Function List (operations As IStorageAccountsOperations) As IPage(Of StorageAccount)

パラメーター

operations
IStorageAccountsOperations

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

戻り値

適用対象