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

ICloudServiceOperations 接口

定义

提供 REST 操作,以使用 Windows Azure 应用商店服务中的云服务。

public interface ICloudServiceOperations
type ICloudServiceOperations = interface
Public Interface ICloudServiceOperations

方法

BeginCreatingAsync(CloudServiceCreateParameters, CancellationToken)

创建云服务操作在 Windows Azure 订阅中创建 Windows Azure 云服务。

CreateAsync(CloudServiceCreateParameters, CancellationToken)

创建云服务操作在 Windows Azure 订阅中创建 Windows Azure 云服务。

ListAsync(CancellationToken)

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

扩展方法

BeginCreating(ICloudServiceOperations, CloudServiceCreateParameters)

创建云服务操作在 Windows Azure 订阅中创建 Windows Azure 云服务。

BeginCreatingAsync(ICloudServiceOperations, CloudServiceCreateParameters)

创建云服务操作在 Windows Azure 订阅中创建 Windows Azure 云服务。

Create(ICloudServiceOperations, CloudServiceCreateParameters)

创建云服务操作在 Windows Azure 订阅中创建 Windows Azure 云服务。

CreateAsync(ICloudServiceOperations, CloudServiceCreateParameters)

创建云服务操作在 Windows Azure 订阅中创建 Windows Azure 云服务。

List(ICloudServiceOperations)

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

ListAsync(ICloudServiceOperations)

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

适用于