MockableFrontDoorSubscriptionResource.GetFrontDoorsAsync Method

Definition

Lists all of the Front Doors within an Azure subscription.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to