StorageAccountOperationsExtensions.List 方法 (IStorageAccountOperations)
列出订阅中的存储帐户。
命名空间: Microsoft.WindowsAzure.Management.Storage
程序集: Microsoft.WindowsAzure.Management.Storage(Microsoft.WindowsAzure.Management.Storage.dll 中)
语法
public static StorageAccountListResponse List(
this IStorageAccountOperations operations
)
public:
[ExtensionAttribute]
static StorageAccountListResponse^ List(
IStorageAccountOperations^ operations
)
static member List :
operations:IStorageAccountOperations -> StorageAccountListResponse
<ExtensionAttribute>
Public Shared Function List (
operations As IStorageAccountOperations
) As StorageAccountListResponse
参数
operations
Type: Microsoft.WindowsAzure.Management.Storage.IStorageAccountOperationsIStorageAccountOperations 指定存储帐户的操作的对象。
返回值
Type: Microsoft.WindowsAzure.Management.Storage.Models.StorageAccountListResponse
T:Microsoft.WindowsAzure.Management.Storage.Models.StorageServiceListResponse 对象,其中包含存储帐户的列表。
备注
列出存储帐户的详细信息,请参阅以下资源:
请参阅
StorageAccountOperationsExtensions 类
Microsoft.WindowsAzure.Management.Storage 命名空间
返回页首