get Smart Detector Alert Rule
suspend fun getSmartDetectorAlertRule(argument: GetSmartDetectorAlertRulePlainArgs): GetSmartDetectorAlertRuleResult
Get a specific Smart Detector alert rule. API Version: 2019-06-01.
Return
The alert rule information
Parameters
argument
null
suspend fun getSmartDetectorAlertRule(alertRuleName: String, expandDetector: Boolean? = null, resourceGroupName: String): GetSmartDetectorAlertRuleResult
Return
The alert rule information
Parameters
alert Rule Name
The name of the alert rule.
expand Detector
Indicates if Smart Detector should be expanded.
resource Group Name
The name of the resource group.
See also
suspend fun getSmartDetectorAlertRule(argument: suspend GetSmartDetectorAlertRulePlainArgsBuilder.() -> Unit): GetSmartDetectorAlertRuleResult
Return
The alert rule information
Parameters
argument
Builder for com.pulumi.azurenative.alertsmanagement.kotlin.inputs.GetSmartDetectorAlertRulePlainArgs.