Class GetScheduledQueryRulesLogResult
Inheritance
System.Object
GetScheduledQueryRulesLogResult
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 GetScheduledQueryRulesLogResult
Fields
View SourceAuthorizedResourceIds
Declaration
public readonly ImmutableArray<string> AuthorizedResourceIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Criterias
A criteria block as defined below.
Declaration
public readonly ImmutableArray<GetScheduledQueryRulesLogCriteriaResult> Criterias
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetScheduledQueryRulesLogCriteriaResult> |
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 |
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
Name of the dimension.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
ResourceGroupName
Declaration
public readonly string ResourceGroupName
Field Value
| Type | Description |
|---|---|
| System.String |
Tags
Declaration
public readonly ImmutableDictionary<string, string> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.String> |