Megosztás a következőn keresztül:


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: 2024-02-01
  • Resource: ProfileResource
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