TriggersOperationsExtensions Class

Definition

Extension methods for TriggersOperations.

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

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