getRulesEngine

Gets a Rules Engine Configuration with the specified name within the specified Front Door. Uses 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.

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.

See also


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

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

See also