RuleSetsOperations interface

Interface representing a RuleSets operations.

Properties

beginCreate
beginCreateAndWait
beginDelete
beginDeleteAndWait
create

Creates or update a batch rule set within the specified profile along with the rules associate to it.

delete

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

get

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

listByProfile

Lists existing AzureFrontDoor rule sets within a profile.

listResourceUsage

Checks the quota and actual usage of endpoints under the given Azure Front Door profile.

Property Details

beginCreate

Warning

This API is now deprecated.

use create instead

beginCreate: (resourceGroupName: string, profileName: string, ruleSetName: string, options?: RuleSetsCreateOptionalParams) => Promise<SimplePollerLike<OperationState<RuleSet>, RuleSet>>

Property Value

(resourceGroupName: string, profileName: string, ruleSetName: string, options?: RuleSetsCreateOptionalParams) => Promise<SimplePollerLike<OperationState<RuleSet>, RuleSet>>

beginCreateAndWait

Warning

This API is now deprecated.

use create instead

beginCreateAndWait: (resourceGroupName: string, profileName: string, ruleSetName: string, options?: RuleSetsCreateOptionalParams) => Promise<RuleSet>

Property Value

(resourceGroupName: string, profileName: string, ruleSetName: string, options?: RuleSetsCreateOptionalParams) => Promise<RuleSet>

beginDelete

Warning

This API is now deprecated.

use delete instead

beginDelete: (resourceGroupName: string, profileName: string, ruleSetName: string, options?: RuleSetsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Property Value

(resourceGroupName: string, profileName: string, ruleSetName: string, options?: RuleSetsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, profileName: string, ruleSetName: string, options?: RuleSetsDeleteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, profileName: string, ruleSetName: string, options?: RuleSetsDeleteOptionalParams) => Promise<void>

create

Creates or update a batch rule set within the specified profile along with the rules associate to it.

create: (resourceGroupName: string, profileName: string, ruleSetName: string, options?: RuleSetsCreateOptionalParams) => PollerLike<OperationState<RuleSet>, RuleSet>

Property Value

(resourceGroupName: string, profileName: string, ruleSetName: string, options?: RuleSetsCreateOptionalParams) => PollerLike<OperationState<RuleSet>, RuleSet>

delete

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

delete: (resourceGroupName: string, profileName: string, ruleSetName: string, options?: RuleSetsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, profileName: string, ruleSetName: string, options?: RuleSetsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

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

get: (resourceGroupName: string, profileName: string, ruleSetName: string, options?: RuleSetsGetOptionalParams) => Promise<RuleSet>

Property Value

(resourceGroupName: string, profileName: string, ruleSetName: string, options?: RuleSetsGetOptionalParams) => Promise<RuleSet>

listByProfile

Lists existing AzureFrontDoor rule sets within a profile.

listByProfile: (resourceGroupName: string, profileName: string, options?: RuleSetsListByProfileOptionalParams) => PagedAsyncIterableIterator<RuleSet, RuleSet[], PageSettings>

Property Value

(resourceGroupName: string, profileName: string, options?: RuleSetsListByProfileOptionalParams) => PagedAsyncIterableIterator<RuleSet, RuleSet[], PageSettings>

listResourceUsage

Checks the quota and actual usage of endpoints under the given Azure Front Door profile.

listResourceUsage: (resourceGroupName: string, profileName: string, ruleSetName: string, options?: RuleSetsListResourceUsageOptionalParams) => PagedAsyncIterableIterator<Usage, Usage[], PageSettings>

Property Value

(resourceGroupName: string, profileName: string, ruleSetName: string, options?: RuleSetsListResourceUsageOptionalParams) => PagedAsyncIterableIterator<Usage, Usage[], PageSettings>