ITriggersOperations Interface

Definition

TriggersOperations operations.

public interface ITriggersOperations
type ITriggersOperations = interface
Public Interface ITriggersOperations

Methods

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

Creates or updates a trigger.

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

Deletes the trigger on the gateway device.

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

Creates or updates a trigger.

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

Deletes the trigger on the gateway device.

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

Get a specific trigger by name.

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

Lists all the triggers configured in the device.

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

Lists all the triggers configured in the device.

Extension Methods

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

Creates or updates a trigger.

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

Creates or updates a trigger.

BeginDelete(ITriggersOperations, String, String, String)

Deletes the trigger on the gateway device.

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

Deletes the trigger on the gateway device.

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

Creates or updates a trigger.

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

Creates or updates a trigger.

Delete(ITriggersOperations, String, String, String)

Deletes the trigger on the gateway device.

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

Deletes the trigger on the gateway device.

Get(ITriggersOperations, String, String, String)

Get a specific trigger by name.

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

Get a specific trigger by name.

ListByDataBoxEdgeDevice(ITriggersOperations, String, String, String)

Lists all the triggers configured in the device.

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

Lists all the triggers configured in the device.

ListByDataBoxEdgeDeviceNext(ITriggersOperations, String)

Lists all the triggers configured in the device.

ListByDataBoxEdgeDeviceNextAsync(ITriggersOperations, String, CancellationToken)

Lists all the triggers configured in the device.

Applies to