你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CloudServiceOperationsExtensions.List(ICloudServiceOperations) 方法

定义

列出云服务操作枚举为订阅预配的 Windows Azure 应用商店条目。

public static Microsoft.WindowsAzure.Management.Store.Models.CloudServiceListResponse List(this Microsoft.WindowsAzure.Management.Store.ICloudServiceOperations operations);
static member List : Microsoft.WindowsAzure.Management.Store.ICloudServiceOperations -> Microsoft.WindowsAzure.Management.Store.Models.CloudServiceListResponse
<Extension()>
Public Function List (operations As ICloudServiceOperations) As CloudServiceListResponse

参数

operations
ICloudServiceOperations

对 Microsoft.WindowsAzure.Management.Store.ICloudServiceOperations 的引用。

返回

云服务列表操作的响应结构。

适用于