IRuleSetsOperations Interface

Definition

RuleSetsOperations operations.

public interface IRuleSetsOperations
type IRuleSetsOperations = interface
Public Interface IRuleSetsOperations

Methods

BeginCreateWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Creates a new rule set within the specified profile.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

CreateWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Creates a new rule set within the specified profile.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListByProfileNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists existing AzureFrontDoor rule sets within a profile.

ListByProfileWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Lists existing AzureFrontDoor rule sets within a profile.

ListResourceUsageNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListResourceUsageWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

Extension 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