共用方式為


AddonsOperationsExtensions Class

Definition

Extension methods for AddonsOperations.

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

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