Partager via


IAddonsOperations Interface

Définition

Opérations AddonsOperations.

public interface IAddonsOperations
type IAddonsOperations = interface
Public Interface IAddonsOperations

Méthodes

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

Créer ou mettre à jour un module complémentaire.

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

Supprime le module complémentaire sur l’appareil.

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

Créer ou mettre à jour un module complémentaire.

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

Supprime le module complémentaire sur l’appareil.

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

Obtient un complément spécifique par nom.

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

Répertorie tous les modules complémentaires configurés dans le rôle.

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

Répertorie tous les modules complémentaires configurés dans le rôle.

Méthodes d’extension

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

Créer ou mettre à jour un module complémentaire.

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

Créer ou mettre à jour un module complémentaire.

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

Supprime le module complémentaire sur l’appareil.

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

Supprime le module complémentaire sur l’appareil.

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

Créer ou mettre à jour un module complémentaire.

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

Créer ou mettre à jour un module complémentaire.

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

Supprime le module complémentaire sur l’appareil.

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

Supprime le module complémentaire sur l’appareil.

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

Obtient un complément spécifique par nom.

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

Obtient un complément spécifique par nom.

ListByRole(IAddonsOperations, String, String, String)

Répertorie tous les modules complémentaires configurés dans le rôle.

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

Répertorie tous les modules complémentaires configurés dans le rôle.

ListByRoleNext(IAddonsOperations, String)

Répertorie tous les modules complémentaires configurés dans le rôle.

ListByRoleNextAsync(IAddonsOperations, String, CancellationToken)

Répertorie tous les modules complémentaires configurés dans le rôle.

S’applique à