共用方式為


IAddonsOperations Interface

Definition

AddonsOperations operations.

public interface IAddonsOperations
type IAddonsOperations = interface
Public Interface IAddonsOperations

Methods

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

Create or update a addon.

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

Deletes the addon on the device.

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

Create or update a addon.

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

Deletes the addon on the device.

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

Gets a specific addon by name.

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

Lists all the addons configured in the role.

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

Lists all the addons configured in the role.

Extension Methods

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

Create or update a addon.

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

Create or update a addon.

BeginDelete(IAddonsOperations, String, String, String, String)

Deletes the addon on the device.

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

Deletes the addon on the device.

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

Create or update a addon.

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

Create or update a addon.

Delete(IAddonsOperations, String, String, String, String)

Deletes the addon on the device.

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

Deletes the addon on the device.

Get(IAddonsOperations, String, String, String, String)

Gets a specific addon by name.

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

Gets a specific addon by name.

ListByRole(IAddonsOperations, String, String, String)

Lists all the addons configured in the role.

ListByRoleAsync(IAddonsOperations, String, String, String, CancellationToken)

Lists all the addons configured in the role.

ListByRoleNext(IAddonsOperations, String)

Lists all the addons configured in the role.

ListByRoleNextAsync(IAddonsOperations, String, CancellationToken)

Lists all the addons configured in the role.

Applies to