getActionRuleByName

Get a specific action rule Uses Azure REST API version 2019-05-05-preview.

Return

Action rule object containing target scope, conditions and suppression logic

Parameters

argument

null


suspend fun getActionRuleByName(actionRuleName: String, resourceGroupName: String): GetActionRuleByNameResult

Return

Action rule object containing target scope, conditions and suppression logic

Parameters

actionRuleName

The name of action rule that needs to be fetched

resourceGroupName

Resource group name where the resource is created.

See also


Return

Action rule object containing target scope, conditions and suppression logic

Parameters

argument

Builder for com.pulumi.azurenative.alertsmanagement.kotlin.inputs.GetActionRuleByNamePlainArgs.

See also