getRuleSet

Gets an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile. Azure REST API version: 2023-05-01. Other available API versions: 2023-07-01-preview.

Return

Friendly RuleSet name mapping to the any RuleSet or secret related information.

Parameters

argument

null


suspend fun getRuleSet(profileName: String, resourceGroupName: String, ruleSetName: String): GetRuleSetResult

Return

Friendly RuleSet name mapping to the any RuleSet or secret related information.

See also

Parameters

profileName

Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.

resourceGroupName

Name of the Resource group within the Azure subscription.

ruleSetName

Name of the rule set under the profile which is unique globally.


suspend fun getRuleSet(argument: suspend GetRuleSetPlainArgsBuilder.() -> Unit): GetRuleSetResult

Return

Friendly RuleSet name mapping to the any RuleSet or secret related information.

See also

Parameters

argument

Builder for com.pulumi.azurenative.cdn.kotlin.inputs.GetRuleSetPlainArgs.