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

CloudServiceOperationsExtensions.ListAsync(ICloudServiceOperations) 方法

定义

List 云服务操作枚举为订阅预配的服务。

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse> ListAsync(this Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations operations);
static member ListAsync : Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse>
<Extension()>
Public Function ListAsync (operations As ICloudServiceOperations) As Task(Of CloudServiceListResponse)

参数

operations
ICloudServiceOperations

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

返回

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

适用于