Condividi tramite


AddOnOperationsExtensions Class

Definition

The Windows Azure Store API is a REST API for managing Windows Azure Store add-ins.

public static class AddOnOperationsExtensions
type AddOnOperationsExtensions = class
Public Module AddOnOperationsExtensions
Inheritance
AddOnOperationsExtensions

Methods

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

The Create Store Item operation creates Windows Azure Store entries in a Windows Azure subscription.

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

The Create Store Item operation creates Windows Azure Store entries in a Windows Azure subscription.

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

The Delete Store Item operation deletes Windows Azure Store entries that re provisioned for a subscription.

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

The Delete Store Item operation deletes Windows Azure Store entries that re provisioned for a subscription.

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

The Create Store Item operation creates Windows Azure Store entries in a Windows Azure subscription.

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

The Create Store Item operation creates Windows Azure Store entries in a Windows Azure subscription.

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

The Delete Store Item operation deletes Windows Azure Storeentries that are provisioned for a subscription.

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

The Delete Store Item operation deletes Windows Azure Storeentries that are provisioned for a subscription.

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

The Update Store Item operation creates Windows Azure Store entries in a Windows Azure subscription.

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

The Update Store Item operation creates Windows Azure Store entries in a Windows Azure subscription.

Applies to