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

AddOnOperationsExtensions 类

定义

Windows Azure 应用商店 API 是用于管理 Windows Azure 应用商店加载项的 REST API。

public static class AddOnOperationsExtensions
type AddOnOperationsExtensions = class
Public Module AddOnOperationsExtensions
继承
AddOnOperationsExtensions

方法

BeginCreating(IAddOnOperations, String, String, String, AddOnCreateParameters)

“创建应用商店项”操作在 Windows Azure 订阅中创建 Windows Azure 应用商店条目。

BeginCreatingAsync(IAddOnOperations, String, String, String, AddOnCreateParameters)

“创建应用商店项”操作在 Windows Azure 订阅中创建 Windows Azure 应用商店条目。

BeginDeleting(IAddOnOperations, String, String, String, String)

删除应用商店项操作会删除为订阅重新预配的 Windows Azure 应用商店条目。

BeginDeletingAsync(IAddOnOperations, String, String, String, String)

删除应用商店项操作会删除为订阅重新预配的 Windows Azure 应用商店条目。

Create(IAddOnOperations, String, String, String, AddOnCreateParameters)

“创建应用商店项”操作在 Windows Azure 订阅中创建 Windows Azure 应用商店条目。

CreateAsync(IAddOnOperations, String, String, String, AddOnCreateParameters)

“创建应用商店项”操作在 Windows Azure 订阅中创建 Windows Azure 应用商店条目。

Delete(IAddOnOperations, String, String, String, String)

删除存储项操作会删除为订阅预配的 Windows Azure 应用商店项。

DeleteAsync(IAddOnOperations, String, String, String, String)

删除存储项操作会删除为订阅预配的 Windows Azure 应用商店项。

Update(IAddOnOperations, String, String, String, AddOnUpdateParameters)

“更新存储项”操作在 Windows Azure 订阅中创建 Windows Azure 应用商店条目。

UpdateAsync(IAddOnOperations, String, String, String, AddOnUpdateParameters)

“更新存储项”操作在 Windows Azure 订阅中创建 Windows Azure 应用商店条目。

适用于