SiteFunctionCollection.GetAllAsync(CancellationToken) Method

Definition

Description for List the functions for a web site, or a deployment slot.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions
  • Operation Id: WebApps_ListFunctions
  • Default Api Version: 2023-12-01
  • Resource: SiteFunctionResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppService.SiteFunctionResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.SiteFunctionResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.SiteFunctionResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SiteFunctionResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of SiteFunctionResource that may take multiple service requests to iterate over.

Applies to