IotOperationsDataflowProfileCollection.GetAllAsync(CancellationToken) Method

Definition

List DataflowProfileResource resources by InstanceResource

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to