RuleSetsOperationsExtensions Class

Definition

Extension methods for RuleSetsOperations.

public static class RuleSetsOperationsExtensions
type RuleSetsOperationsExtensions = class
Public Module RuleSetsOperationsExtensions
Inheritance
RuleSetsOperationsExtensions

Methods

BeginCreate(IRuleSetsOperations, String, String, String)

Creates a new rule set within the specified profile.

BeginCreateAsync(IRuleSetsOperations, String, String, String, CancellationToken)

Creates a new rule set within the specified profile.

BeginDelete(IRuleSetsOperations, String, String, String)

Deletes an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile.

BeginDeleteAsync(IRuleSetsOperations, String, String, String, CancellationToken)

Deletes an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile.

Create(IRuleSetsOperations, String, String, String)

Creates a new rule set within the specified profile.

CreateAsync(IRuleSetsOperations, String, String, String, CancellationToken)

Creates a new rule set within the specified profile.

Delete(IRuleSetsOperations, String, String, String)

Deletes an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile.

DeleteAsync(IRuleSetsOperations, String, String, String, CancellationToken)

Deletes an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile.

Get(IRuleSetsOperations, String, String, String)

Gets an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile.

GetAsync(IRuleSetsOperations, String, String, String, CancellationToken)

Gets an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile.

ListByProfile(IRuleSetsOperations, String, String)

Lists existing AzureFrontDoor rule sets within a profile.

ListByProfileAsync(IRuleSetsOperations, String, String, CancellationToken)

Lists existing AzureFrontDoor rule sets within a profile.

ListByProfileNext(IRuleSetsOperations, String)

Lists existing AzureFrontDoor rule sets within a profile.

ListByProfileNextAsync(IRuleSetsOperations, String, CancellationToken)

Lists existing AzureFrontDoor rule sets within a profile.

ListResourceUsage(IRuleSetsOperations, String, String, String)

Checks the quota and actual usage of endpoints under the given CDN profile.

ListResourceUsageAsync(IRuleSetsOperations, String, String, String, CancellationToken)

Checks the quota and actual usage of endpoints under the given CDN profile.

ListResourceUsageNext(IRuleSetsOperations, String)

Checks the quota and actual usage of endpoints under the given CDN profile.

ListResourceUsageNextAsync(IRuleSetsOperations, String, CancellationToken)

Checks the quota and actual usage of endpoints under the given CDN profile.

Applies to