Show / Hide Table of Contents

Class ScheduledQueryRulesAlertArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ScheduledQueryRulesAlertArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Monitoring
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ScheduledQueryRulesAlertArgs : ResourceArgs

Constructors

View Source

ScheduledQueryRulesAlertArgs()

Declaration
public ScheduledQueryRulesAlertArgs()

Properties

View Source

Action

An action block as defined below.

Declaration
public Input<ScheduledQueryRulesAlertActionArgs> Action { get; set; }
Property Value
Type Description
Input<ScheduledQueryRulesAlertActionArgs>
View Source

AuthorizedResourceIds

List of Resource IDs referred into query.

Declaration
public InputList<string> AuthorizedResourceIds { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

DataSourceId

The resource URI over which log search query is to be run.

Declaration
public Input<string> DataSourceId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Description

The description of the scheduled query rule.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Enabled

Whether this scheduled query rule is enabled. Default is true.

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Frequency

Frequency (in minutes) at which rule condition should be evaluated. Values must be between 5 and 1440 (inclusive).

Declaration
public Input<int> Frequency { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Location

Declaration
public Input<string> Location { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The name of the scheduled query rule. Changing this forces a new resource to be created.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Query

Log search query.

Declaration
public Input<string> Query { get; set; }
Property Value
Type Description
Input<System.String>
View Source

QueryType

Declaration
public Input<string> QueryType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ResourceGroupName

The name of the resource group in which to create the scheduled query rule instance.

Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Severity

Severity of the alert. Possible values include: 0, 1, 2, 3, or 4.

Declaration
public Input<int> Severity { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Tags

Declaration
public InputMap<string> Tags { get; set; }
Property Value
Type Description
InputMap<System.String>
View Source

Throttling

Time (in minutes) for which Alerts should be throttled or suppressed. Values must be between 0 and 10000 (inclusive).

Declaration
public Input<int> Throttling { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

TimeWindow

Time window for which data needs to be fetched for query (must be greater than or equal to frequency). Values must be between 5 and 2880 (inclusive).

Declaration
public Input<int> TimeWindow { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Trigger

The condition that results in the alert rule being run.

Declaration
public Input<ScheduledQueryRulesAlertTriggerArgs> Trigger { get; set; }
Property Value
Type Description
Input<ScheduledQueryRulesAlertTriggerArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.