Share via


CdnCustomDomainCollection.GetAll(CancellationToken) Method

Definition

Lists all of the existing custom domains within an endpoint.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}/customDomains
  • Operation Id: CdnCustomDomains_ListByEndpoint
  • Default Api Version: 2024-02-01
  • Resource: CdnCustomDomainResource
public virtual Azure.Pageable<Azure.ResourceManager.Cdn.CdnCustomDomainResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Cdn.CdnCustomDomainResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Cdn.CdnCustomDomainResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of CdnCustomDomainResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to