getAlertProcessingRuleByName

Get an alert processing rule by name. Uses Azure REST API version 2021-08-08. Other available API versions: 2021-08-08-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native alertsmanagement [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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

alertProcessingRuleName

The name of the alert processing rule that needs to be fetched.

resourceGroupName

Resource group name where the resource is created.

See also


Return

Alert processing rule object containing target scopes, conditions and scheduling logic.

Parameters

argument

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

See also