Partager via


ITriggersOperations Interface

Définition

Déclenche des opérationsOperations.

public interface ITriggersOperations
type ITriggersOperations = interface
Public Interface ITriggersOperations

Méthodes

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

Crée ou met à jour un déclencheur.

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

Supprime le déclencheur sur l’appareil de passerelle.

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

Crée ou met à jour un déclencheur.

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

Supprime le déclencheur sur l’appareil de passerelle.

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

Obtenez un déclencheur spécifique par nom.

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

Répertorie tous les déclencheurs configurés dans l’appareil.

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

Répertorie tous les déclencheurs configurés dans l’appareil.

Méthodes d’extension

BeginCreateOrUpdate(ITriggersOperations, String, String, Trigger, String)

Crée ou met à jour un déclencheur.

BeginCreateOrUpdateAsync(ITriggersOperations, String, String, Trigger, String, CancellationToken)

Crée ou met à jour un déclencheur.

BeginDelete(ITriggersOperations, String, String, String)

Supprime le déclencheur sur l’appareil de passerelle.

BeginDeleteAsync(ITriggersOperations, String, String, String, CancellationToken)

Supprime le déclencheur sur l’appareil de passerelle.

CreateOrUpdate(ITriggersOperations, String, String, Trigger, String)

Crée ou met à jour un déclencheur.

CreateOrUpdateAsync(ITriggersOperations, String, String, Trigger, String, CancellationToken)

Crée ou met à jour un déclencheur.

Delete(ITriggersOperations, String, String, String)

Supprime le déclencheur sur l’appareil de passerelle.

DeleteAsync(ITriggersOperations, String, String, String, CancellationToken)

Supprime le déclencheur sur l’appareil de passerelle.

Get(ITriggersOperations, String, String, String)

Obtenez un déclencheur spécifique par nom.

GetAsync(ITriggersOperations, String, String, String, CancellationToken)

Obtenez un déclencheur spécifique par nom.

ListByDataBoxEdgeDevice(ITriggersOperations, String, String, String)

Répertorie tous les déclencheurs configurés dans l’appareil.

ListByDataBoxEdgeDeviceAsync(ITriggersOperations, String, String, String, CancellationToken)

Répertorie tous les déclencheurs configurés dans l’appareil.

ListByDataBoxEdgeDeviceNext(ITriggersOperations, String)

Répertorie tous les déclencheurs configurés dans l’appareil.

ListByDataBoxEdgeDeviceNextAsync(ITriggersOperations, String, CancellationToken)

Répertorie tous les déclencheurs configurés dans l’appareil.

S’applique à