IAddOnOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides REST operations for working with Store add-ins from the Windows Azure store service.
public interface IAddOnOperations
type IAddOnOperations = interface
Public Interface IAddOnOperations
Methods
BeginCreatingAsync(String, String, String, AddOnCreateParameters, CancellationToken) |
The Create Store Item operation creates Windows Azure Store entries in a Windows Azure subscription. |
BeginDeletingAsync(String, String, String, String, CancellationToken) |
The Delete Store Item operation deletes Windows Azure Store entries that re provisioned for a subscription. |
CreateAsync(String, String, String, AddOnCreateParameters, CancellationToken) |
The Create Store Item operation creates Windows Azure Store entries in a Windows Azure subscription. |
DeleteAsync(String, String, String, String, CancellationToken) |
The Delete Store Item operation deletes Windows Azure Storeentries that are provisioned for a subscription. |
UpdateAsync(String, String, String, AddOnUpdateParameters, CancellationToken) |
The Update Store Item operation creates Windows Azure Store entries in a Windows Azure subscription. |
Extension 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
Azure SDK for .NET