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
constructor(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>)
Properties
Link copied to clipboard
supports the following:
Link copied to clipboard
The list of Resource IDs referred into query.
Link copied to clipboard
The resource URI over which log search query is to be run.
Link copied to clipboard
The description of the scheduled query rule.
Link copied to clipboard
Link copied to clipboard
Time for which alerts should be throttled or suppressed.
Link copied to clipboard
Time window for which data needs to be fetched for query.
Link copied to clipboard
A trigger
block as defined below.