Share via


DataBoxEdgeTriggerCollection.GetAll(String, CancellationToken) Method

Definition

Lists all the triggers configured in the device.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/triggers
  • Operation Id: Triggers_ListByDataBoxEdgeDevice
public virtual Azure.Pageable<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeTriggerResource> GetAll (string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeTriggerResource>
override this.GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeTriggerResource>
Public Overridable Function GetAll (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DataBoxEdgeTriggerResource)

Parameters

filter
String

Specify $filter='CustomContextTag eq <tag>' to filter on custom context tag property.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of DataBoxEdgeTriggerResource that may take multiple service requests to iterate over.

Applies to