Condividi tramite


EdgeActionExecutionFilterCollection.GetAll(CancellationToken) Method

Definition

List EdgeActionExecutionFilter resources by EdgeAction

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/edgeActions/{edgeActionName}/executionFilters.
  • Operation Id. : EdgeActionExecutionFilters_ListByEdgeAction.
  • Default Api Version. : 2025-12-01-preview.
public virtual Azure.Pageable<Azure.ResourceManager.EdgeActions.EdgeActionExecutionFilterResource> GetAll(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.EdgeActions.EdgeActionExecutionFilterResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.EdgeActions.EdgeActionExecutionFilterResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of EdgeActionExecutionFilterResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to