get Action Rule By Name
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
action Rule Name
The name of action rule that needs to be fetched
resource Group Name
Resource group name where the resource is created.
See also
suspend fun getActionRuleByName(argument: suspend GetActionRuleByNamePlainArgsBuilder.() -> Unit): GetActionRuleByNameResult
Return
Action rule object containing target scope, conditions and suppression logic
Parameters
argument
Builder for com.pulumi.azurenative.alertsmanagement.kotlin.inputs.GetActionRuleByNamePlainArgs.