get Alerts Suppression Rule
suspend fun getAlertsSuppressionRule(argument: GetAlertsSuppressionRulePlainArgs): GetAlertsSuppressionRuleResult
Get dismiss rule, with name: {alertsSuppressionRuleName}, for the given subscription Uses Azure REST API version 2019-01-01-preview.
Return
Describes the suppression rule
Parameters
argument
null
suspend fun getAlertsSuppressionRule(alertsSuppressionRuleName: String): GetAlertsSuppressionRuleResult
Return
Describes the suppression rule
Parameters
alerts Suppression Rule Name
The unique name of the suppression alert rule
See also
suspend fun getAlertsSuppressionRule(argument: suspend GetAlertsSuppressionRulePlainArgsBuilder.() -> Unit): GetAlertsSuppressionRuleResult
Return
Describes the suppression rule
Parameters
argument
Builder for com.pulumi.azurenative.security.kotlin.inputs.GetAlertsSuppressionRulePlainArgs.