CdnExtensions.GetEdgeNodes(TenantResource, CancellationToken) Method

Definition

Edgenodes are the global Point of Presence (POP) locations used to deliver CDN content to end users.

  • Request Path: /providers/Microsoft.Cdn/edgenodes
  • Operation Id: EdgeNodes_List
  • Default Api Version: 2024-02-01
public static Azure.Pageable<Azure.ResourceManager.Cdn.Models.EdgeNode> GetEdgeNodes (this Azure.ResourceManager.Resources.TenantResource tenantResource, System.Threading.CancellationToken cancellationToken = default);
static member GetEdgeNodes : Azure.ResourceManager.Resources.TenantResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Cdn.Models.EdgeNode>
<Extension()>
Public Function GetEdgeNodes (tenantResource As TenantResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of EdgeNode)

Parameters

tenantResource
TenantResource

The TenantResource instance the method will execute against.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Exceptions

tenantResource is null.

Applies to