get Alert Processing Rule By Name
suspend fun getAlertProcessingRuleByName(argument: GetAlertProcessingRuleByNamePlainArgs): GetAlertProcessingRuleByNameResult
Get an alert processing rule by name. Uses Azure REST API version 2021-08-08.
Return
Alert processing rule object containing target scopes, conditions and scheduling logic.
Parameters
argument
null
suspend fun getAlertProcessingRuleByName(alertProcessingRuleName: String, resourceGroupName: String): GetAlertProcessingRuleByNameResult
Return
Alert processing rule object containing target scopes, conditions and scheduling logic.
Parameters
alert Processing Rule Name
The name of the alert processing rule that needs to be fetched.
resource Group Name
Resource group name where the resource is created.
See also
suspend fun getAlertProcessingRuleByName(argument: suspend GetAlertProcessingRuleByNamePlainArgsBuilder.() -> Unit): GetAlertProcessingRuleByNameResult
Return
Alert processing rule object containing target scopes, conditions and scheduling logic.
Parameters
argument
Builder for com.pulumi.azurenative.alertsmanagement.kotlin.inputs.GetAlertProcessingRuleByNamePlainArgs.