GetScheduledQueryRulesAlertResult

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>)

Types

Link copied to clipboard
object Companion

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

Whether this scheduled query rule is enabled.

Link copied to clipboard

Frequency at which rule condition should be evaluated.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Specifies the Azure Region where the resource should exist.

Link copied to clipboard
Link copied to clipboard

Log search query.

Link copied to clipboard

The type of query results.

Link copied to clipboard
Link copied to clipboard

Severity of the alert.

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.