Package-level declarations
Types
Link copied to clipboard
Action rule object containing target scope, conditions and suppression logic API Version: 2019-05-05-preview.
Link copied to clipboard
data class ActionRuleByNameArgs(val actionRuleName: Output<String>? = null, val location: Output<String>? = null, val properties: Output<Any>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ActionRuleByNameArgs>
Action rule object containing target scope, conditions and suppression logic API Version: 2019-05-05-preview.
Link copied to clipboard
Builder for ActionRuleByNameArgs.
Link copied to clipboard
Link copied to clipboard
Builder for ActionRuleByName.
Link copied to clipboard
object AlertsmanagementFunctions
Link copied to clipboard
The alert rule information API Version: 2019-06-01.
Link copied to clipboard
data class SmartDetectorAlertRuleArgs(val actionGroups: Output<ActionGroupsInformationArgs>? = null, val alertRuleName: Output<String>? = null, val description: Output<String>? = null, val detector: Output<DetectorArgs>? = null, val frequency: Output<String>? = null, val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val scope: Output<List<String>>? = null, val severity: Output<Either<String, Severity>>? = null, val state: Output<Either<String, AlertRuleState>>? = null, val tags: Output<Map<String, String>>? = null, val throttling: Output<ThrottlingInformationArgs>? = null) : ConvertibleToJava<SmartDetectorAlertRuleArgs>
The alert rule information API Version: 2019-06-01.
Link copied to clipboard
Builder for SmartDetectorAlertRuleArgs.
Link copied to clipboard
Link copied to clipboard
Builder for SmartDetectorAlertRule.
Functions
Link copied to clipboard
suspend fun actionRuleByName(name: String, block: suspend ActionRuleByNameResourceBuilder.() -> Unit): ActionRuleByName
Link copied to clipboard
suspend fun smartDetectorAlertRule(name: String, block: suspend SmartDetectorAlertRuleResourceBuilder.() -> Unit): SmartDetectorAlertRule