Scheduled Query Rules Alert V2Args
Manages an AlertingAction Scheduled Query Rules Version 2 resource within Azure Monitor
Import
Monitor Scheduled Query Rule Alert can be imported using the resource id
, e.g.
$ pulumi import azure:monitoring/scheduledQueryRulesAlertV2:ScheduledQueryRulesAlertV2 example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup1/providers/Microsoft.Insights/scheduledQueryRules/rule1
Constructors
Functions
Properties
List of resource type of the target resource(s) on which the alert is created/updated. For example if the scope is a resource group and targetResourceTypes is Microsoft.Compute/virtualMachines
, then a different alert will be fired for each virtual machine in the resource group which meet the alert criteria.
Specifies the period of time in ISO 8601 duration format on which the Scheduled Query Rule will be executed (bin size). If evaluation_frequency
is PT1M
, possible values are PT1M
, PT5M
, PT10M
, PT15M
, PT30M
, PT45M
, PT1H
, PT2H
, PT3H
, PT4H
, PT5H
, and PT6H
. Otherwise, possible values are PT5M
, PT10M
, PT15M
, PT30M
, PT45M
, PT1H
, PT2H
, PT3H
, PT4H
, PT5H
, PT6H
, P1D
, and P2D
.