TriggersOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for TriggersOperations.
In this article
public static class TriggersOperationsExtensions
type TriggersOperationsExtensions = class
Public Module TriggersOperationsExtensions
Inheritance
System.Object
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