ContainerAppsFunctionResource.GetAsync(CancellationToken) Method

Definition

Get a specific function of a Container App from the latest Revision.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/functions/{functionName}.
  • Operation Id. : ContainerAppsFunctions_GetAzureFunctionsOnContainerApps.
  • Default Api Version. : 2025-10-02-preview.
  • Resource. : ContainerAppsFunctionResource.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppsFunctionResource>> GetAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppsFunctionResource>>
override this.GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppsFunctionResource>>
Public Overridable Function GetAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ContainerAppsFunctionResource))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to