Share via


FrontDoorRulesEngineCollection.GetAllAsync(CancellationToken) Method

Definition

Lists all of the Rules Engine Configurations within a Front Door.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to