Alertsmanagement Functions
object AlertsmanagementFunctions
Functions
Link copied to clipboard
Get a specific action rule Uses Azure REST API version 2019-05-05-preview.
suspend fun getActionRuleByName(argument: suspend GetActionRuleByNamePlainArgsBuilder.() -> Unit): GetActionRuleByNameResult
suspend fun getActionRuleByName(actionRuleName: String, resourceGroupName: String): GetActionRuleByNameResult
Link copied to clipboard
suspend fun getAlertProcessingRuleByName(argument: GetAlertProcessingRuleByNamePlainArgs): GetAlertProcessingRuleByNameResult
Get an alert processing rule by name. Uses Azure REST API version 2021-08-08.
suspend fun getAlertProcessingRuleByName(argument: suspend GetAlertProcessingRuleByNamePlainArgsBuilder.() -> Unit): GetAlertProcessingRuleByNameResult
suspend fun getAlertProcessingRuleByName(alertProcessingRuleName: String, resourceGroupName: String): GetAlertProcessingRuleByNameResult
Link copied to clipboard
suspend fun getPrometheusRuleGroup(argument: GetPrometheusRuleGroupPlainArgs): GetPrometheusRuleGroupResult
Retrieve a Prometheus rule group definition. Uses Azure REST API version 2023-03-01.
suspend fun getPrometheusRuleGroup(argument: suspend GetPrometheusRuleGroupPlainArgsBuilder.() -> Unit): GetPrometheusRuleGroupResult
suspend fun getPrometheusRuleGroup(resourceGroupName: String, ruleGroupName: String): GetPrometheusRuleGroupResult
Link copied to clipboard
suspend fun getSmartDetectorAlertRule(argument: GetSmartDetectorAlertRulePlainArgs): GetSmartDetectorAlertRuleResult
Get a specific Smart Detector alert rule. Uses Azure REST API version 2021-04-01.
suspend fun getSmartDetectorAlertRule(argument: suspend GetSmartDetectorAlertRulePlainArgsBuilder.() -> Unit): GetSmartDetectorAlertRuleResult
suspend fun getSmartDetectorAlertRule(alertRuleName: String, expandDetector: Boolean? = null, resourceGroupName: String): GetSmartDetectorAlertRuleResult