Share via


IotOperationsDataflowCollection.GetAllAsync(CancellationToken) Method

Definition

List DataflowResource resources by DataflowProfileResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperations/instances/{instanceName}/dataflowProfiles/{dataflowProfileName}/dataflows
  • Operation Id: DataflowResource_ListByResourceGroup
  • Default Api Version: 2024-11-01
  • Resource: IotOperationsDataflowResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.IotOperations.IotOperationsDataflowResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.IotOperations.IotOperationsDataflowResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.IotOperations.IotOperationsDataflowResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of IotOperationsDataflowResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of IotOperationsDataflowResource that may take multiple service requests to iterate over.

Applies to