RulesEngines interface
Interface representing a RulesEngines.
Methods
begin |
Creates a new Rules Engine Configuration with the specified name within the specified Front Door. |
begin |
Creates a new Rules Engine Configuration with the specified name within the specified Front Door. |
begin |
Deletes an existing Rules Engine Configuration with the specified parameters. |
begin |
Deletes an existing Rules Engine Configuration with the specified parameters. |
get(string, string, string, Rules |
Gets a Rules Engine Configuration with the specified name within the specified Front Door. |
list |
Lists all of the Rules Engine Configurations within a Front Door. |
Method Details
beginCreateOrUpdate(string, string, string, RulesEngine, RulesEnginesCreateOrUpdateOptionalParams)
Creates a new Rules Engine Configuration with the specified name within the specified Front Door.
function beginCreateOrUpdate(resourceGroupName: string, frontDoorName: string, rulesEngineName: string, rulesEngineParameters: RulesEngine, options?: RulesEnginesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<RulesEngine>, RulesEngine>>
Parameters
- resourceGroupName
-
string
Name of the Resource group within the Azure subscription.
- frontDoorName
-
string
Name of the Front Door which is globally unique.
- rulesEngineName
-
string
Name of the Rules Engine which is unique within the Front Door.
- rulesEngineParameters
- RulesEngine
Rules Engine Configuration properties needed to create a new Rules Engine Configuration.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<RulesEngine>, RulesEngine>>
beginCreateOrUpdateAndWait(string, string, string, RulesEngine, RulesEnginesCreateOrUpdateOptionalParams)
Creates a new Rules Engine Configuration with the specified name within the specified Front Door.
function beginCreateOrUpdateAndWait(resourceGroupName: string, frontDoorName: string, rulesEngineName: string, rulesEngineParameters: RulesEngine, options?: RulesEnginesCreateOrUpdateOptionalParams): Promise<RulesEngine>
Parameters
- resourceGroupName
-
string
Name of the Resource group within the Azure subscription.
- frontDoorName
-
string
Name of the Front Door which is globally unique.
- rulesEngineName
-
string
Name of the Rules Engine which is unique within the Front Door.
- rulesEngineParameters
- RulesEngine
Rules Engine Configuration properties needed to create a new Rules Engine Configuration.
The options parameters.
Returns
Promise<RulesEngine>
beginDelete(string, string, string, RulesEnginesDeleteOptionalParams)
Deletes an existing Rules Engine Configuration with the specified parameters.
function beginDelete(resourceGroupName: string, frontDoorName: string, rulesEngineName: string, options?: RulesEnginesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- resourceGroupName
-
string
Name of the Resource group within the Azure subscription.
- frontDoorName
-
string
Name of the Front Door which is globally unique.
- rulesEngineName
-
string
Name of the Rules Engine which is unique within the Front Door.
- options
- RulesEnginesDeleteOptionalParams
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, RulesEnginesDeleteOptionalParams)
Deletes an existing Rules Engine Configuration with the specified parameters.
function beginDeleteAndWait(resourceGroupName: string, frontDoorName: string, rulesEngineName: string, options?: RulesEnginesDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
Name of the Resource group within the Azure subscription.
- frontDoorName
-
string
Name of the Front Door which is globally unique.
- rulesEngineName
-
string
Name of the Rules Engine which is unique within the Front Door.
- options
- RulesEnginesDeleteOptionalParams
The options parameters.
Returns
Promise<void>
get(string, string, string, RulesEnginesGetOptionalParams)
Gets a Rules Engine Configuration with the specified name within the specified Front Door.
function get(resourceGroupName: string, frontDoorName: string, rulesEngineName: string, options?: RulesEnginesGetOptionalParams): Promise<RulesEngine>
Parameters
- resourceGroupName
-
string
Name of the Resource group within the Azure subscription.
- frontDoorName
-
string
Name of the Front Door which is globally unique.
- rulesEngineName
-
string
Name of the Rules Engine which is unique within the Front Door.
- options
- RulesEnginesGetOptionalParams
The options parameters.
Returns
Promise<RulesEngine>
listByFrontDoor(string, string, RulesEnginesListByFrontDoorOptionalParams)
Lists all of the Rules Engine Configurations within a Front Door.
function listByFrontDoor(resourceGroupName: string, frontDoorName: string, options?: RulesEnginesListByFrontDoorOptionalParams): PagedAsyncIterableIterator<RulesEngine, RulesEngine[], PageSettings>
Parameters
- resourceGroupName
-
string
Name of the Resource group within the Azure subscription.
- frontDoorName
-
string
Name of the Front Door which is globally unique.
The options parameters.