Alert Policy Condition Condition Sql Args
Constructors
Properties
A test that uses an alerting result in a boolean column produced by the SQL query. Structure is documented below.
Used to schedule the query to run every so many days. Structure is documented below.
Used to schedule the query to run every so many hours. Structure is documented below.
Used to schedule the query to run every so many minutes. Structure is documented below.
The Log Analytics SQL query to run, as a string. The query must conform to the required shape. Specifically, the query must not try to filter the input by time. A filter will automatically be applied to filter the input so that the query receives all rows received since the last time the query was run.
A test that checks if the number of rows in the result set violates some threshold. Structure is documented below.