getRulesEngine

Gets a Rules Engine Configuration with the specified name within the specified Front Door. Azure REST API version: 2021-06-01.

Return

A rules engine configuration containing a list of rules that will run to modify the runtime behavior of the request and response.

Parameters

argument

null


suspend fun getRulesEngine(frontDoorName: String, resourceGroupName: String, rulesEngineName: String): GetRulesEngineResult

Return

A rules engine configuration containing a list of rules that will run to modify the runtime behavior of the request and response.

See also

Parameters

frontDoorName

Name of the Front Door which is globally unique.

resourceGroupName

Name of the Resource group within the Azure subscription.

rulesEngineName

Name of the Rules Engine which is unique within the Front Door.


Return

A rules engine configuration containing a list of rules that will run to modify the runtime behavior of the request and response.

See also

Parameters

argument

Builder for com.pulumi.azurenative.network.kotlin.inputs.GetRulesEnginePlainArgs.