Share via


IAddonsOperations Interface

Definition

AddonsOperations operations.

public interface IAddonsOperations
type IAddonsOperations = interface
Public Interface IAddonsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, Addon, Dictionary<String,List<String>>, CancellationToken)

Create or update a addon in a private cloud

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Delete a addon in a private cloud

CreateOrUpdateWithHttpMessagesAsync(String, String, String, Addon, Dictionary<String,List<String>>, CancellationToken)

Create or update a addon in a private cloud

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Delete a addon in a private cloud

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get an addon by name in a private cloud

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

List addons in a private cloud

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

List addons in a private cloud

Extension Methods

BeginCreateOrUpdate(IAddonsOperations, String, String, String, Addon)

Create or update a addon in a private cloud

BeginCreateOrUpdateAsync(IAddonsOperations, String, String, String, Addon, CancellationToken)

Create or update a addon in a private cloud

BeginDelete(IAddonsOperations, String, String, String)

Delete a addon in a private cloud

BeginDeleteAsync(IAddonsOperations, String, String, String, CancellationToken)

Delete a addon in a private cloud

CreateOrUpdate(IAddonsOperations, String, String, String, Addon)

Create or update a addon in a private cloud

CreateOrUpdateAsync(IAddonsOperations, String, String, String, Addon, CancellationToken)

Create or update a addon in a private cloud

Delete(IAddonsOperations, String, String, String)

Delete a addon in a private cloud

DeleteAsync(IAddonsOperations, String, String, String, CancellationToken)

Delete a addon in a private cloud

Get(IAddonsOperations, String, String, String)

Get an addon by name in a private cloud

GetAsync(IAddonsOperations, String, String, String, CancellationToken)

Get an addon by name in a private cloud

List(IAddonsOperations, String, String)

List addons in a private cloud

ListAsync(IAddonsOperations, String, String, CancellationToken)

List addons in a private cloud

ListNext(IAddonsOperations, String)

List addons in a private cloud

ListNextAsync(IAddonsOperations, String, CancellationToken)

List addons in a private cloud

Applies to