Bagikan melalui


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: 2021-06-01
  • Resource: FrontDoorResource
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

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

Applies to