ProfileCollection.GetAll(CancellationToken) Method

Definition

Lists all of the Azure Front Door Standard, Azure Front Door Premium, and CDN profiles within a resource group.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to