getRule

suspend fun getRule(argument: GetRulePlainArgs): GetRuleResult

Gets an existing delivery rule within a rule set. Azure REST API version: 2023-05-01. Other available API versions: 2023-07-01-preview.

Return

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

Parameters

argument

null


suspend fun getRule(profileName: String, resourceGroupName: String, ruleName: String, ruleSetName: String): GetRuleResult

Return

Friendly Rules name mapping to the any Rules 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.

ruleName

Name of the delivery rule which is unique within the endpoint.

ruleSetName

Name of the rule set under the profile.


suspend fun getRule(argument: suspend GetRulePlainArgsBuilder.() -> Unit): GetRuleResult

Return

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

See also

Parameters

argument

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