get Alert Processing Rule By Name
suspend fun getAlertProcessingRuleByName(argument: GetAlertProcessingRuleByNamePlainArgs): GetAlertProcessingRuleByNameResult
Get an alert processing rule by name. Azure REST API version: 2023-05-01-preview.
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.
See also
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.
suspend fun getAlertProcessingRuleByName(argument: suspend GetAlertProcessingRuleByNamePlainArgsBuilder.() -> Unit): GetAlertProcessingRuleByNameResult
Return
Alert processing rule object containing target scopes, conditions and scheduling logic.
See also
Parameters
argument
Builder for com.pulumi.azurenative.alertsmanagement.kotlin.inputs.GetAlertProcessingRuleByNamePlainArgs.