Freigeben über


EdgeActionExecutionFilterCollection.GetAsync Method

Definition

Get a EdgeActionExecutionFilter

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/edgeActions/{edgeActionName}/executionFilters/{executionFilter}.
  • Operation Id. : EdgeActionExecutionFilters_Get.
  • Default Api Version. : 2025-09-01-preview.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.EdgeActions.EdgeActionExecutionFilterResource>> GetAsync(string executionFilter, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.EdgeActions.EdgeActionExecutionFilterResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.EdgeActions.EdgeActionExecutionFilterResource>>
Public Overridable Function GetAsync (executionFilter As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of EdgeActionExecutionFilterResource))

Parameters

executionFilter
String

The name of the execution filter.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

executionFilter is null.

executionFilter is an empty string, and was expected to be non-empty.

Applies to