Class GetScheduledQueryRulesAlertResult
Inheritance
System.Object
GetScheduledQueryRulesAlertResult
Inherited Members
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 GetScheduledQueryRulesAlertResult
Fields
View SourceActions
An action block as defined below.
Declaration
public readonly ImmutableArray<GetScheduledQueryRulesAlertActionResult> Actions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetScheduledQueryRulesAlertActionResult> |
AuthorizedResourceIds
List of Resource IDs referred into query.
Declaration
public readonly ImmutableArray<string> AuthorizedResourceIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
DataSourceId
The resource URI over which log search query is to be run.
Declaration
public readonly string DataSourceId
Field Value
| Type | Description |
|---|---|
| System.String |
Description
The description of the scheduled query rule.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Enabled
Whether this scheduled query rule is enabled.
Declaration
public readonly bool Enabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Frequency
Frequency at which rule condition should be evaluated.
Declaration
public readonly int Frequency
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Location
Declaration
public readonly string Location
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Query
Log search query.
Declaration
public readonly string Query
Field Value
| Type | Description |
|---|---|
| System.String |
QueryType
Declaration
public readonly string QueryType
Field Value
| Type | Description |
|---|---|
| System.String |
ResourceGroupName
Declaration
public readonly string ResourceGroupName
Field Value
| Type | Description |
|---|---|
| System.String |
Severity
Severity of the alert.
Declaration
public readonly int Severity
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Tags
Declaration
public readonly ImmutableDictionary<string, string> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.String> |
Throttling
Time for which alerts should be throttled or suppressed.
Declaration
public readonly int Throttling
Field Value
| Type | Description |
|---|---|
| System.Int32 |
TimeWindow
Time window for which data needs to be fetched for query.
Declaration
public readonly int TimeWindow
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Triggers
A trigger block as defined below.
Declaration
public readonly ImmutableArray<GetScheduledQueryRulesAlertTriggerResult> Triggers
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetScheduledQueryRulesAlertTriggerResult> |