Freigeben über


IotOperationsDataflowEndpointCollection.GetAll(CancellationToken) Method

Definition

List DataflowEndpointResource resources by InstanceResource

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to