FrontendEndpointCollection.GetAllAsync(CancellationToken) Method

Definition

Lists all of the frontend endpoints within a Front Door.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/frontendEndpoints.
  • Operation Id. : FrontendEndpoints_ListByFrontDoor.
  • Default Api Version. : 2025-11-01.
public virtual Azure.AsyncPageable<Azure.ResourceManager.FrontDoor.FrontendEndpointResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.FrontDoor.FrontendEndpointResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.FrontDoor.FrontendEndpointResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of FrontendEndpointResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to