Get Scheduled Query Rules Alert Result
data class GetScheduledQueryRulesAlertResult(val actions: List<GetScheduledQueryRulesAlertAction>, val authorizedResourceIds: List<String>, val dataSourceId: String, val description: String, val enabled: Boolean, val frequency: Int, val id: String, val location: String, val name: String, val query: String, val queryType: String, val resourceGroupName: String, val severity: Int, val tags: Map<String, String>, val throttling: Int, val timeWindow: Int, val triggers: List<GetScheduledQueryRulesAlertTrigger>)
A collection of values returned by getScheduledQueryRulesAlert.
Constructors
Link copied to clipboard
fun GetScheduledQueryRulesAlertResult(actions: List<GetScheduledQueryRulesAlertAction>, authorizedResourceIds: List<String>, dataSourceId: String, description: String, enabled: Boolean, frequency: Int, id: String, location: String, name: String, query: String, queryType: String, resourceGroupName: String, severity: Int, tags: Map<String, String>, throttling: Int, timeWindow: Int, triggers: List<GetScheduledQueryRulesAlertTrigger>)