FrontDoorRuleCollection.GetAll(CancellationToken) Method

Definition

Lists all of the existing delivery rules within a rule set.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/ruleSets/{ruleSetName}/rules
  • Operation Id: FrontDoorRules_ListByRuleSet
  • Default Api Version: 2024-02-01
  • Resource: FrontDoorRuleResource
public virtual Azure.Pageable<Azure.ResourceManager.Cdn.FrontDoorRuleResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Cdn.FrontDoorRuleResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Cdn.FrontDoorRuleResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of FrontDoorRuleResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to