Show / Hide Table of Contents

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 Source

AuthorizedResourceIds

Declaration
public readonly ImmutableArray<string> AuthorizedResourceIds
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Criterias

A criteria block as defined below.

Declaration
public readonly ImmutableArray<GetScheduledQueryRulesLogCriteriaResult> Criterias
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetScheduledQueryRulesLogCriteriaResult>
View Source

DataSourceId

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

Declaration
public readonly string DataSourceId
Field Value
Type Description
System.String
View Source

Description

The description of the scheduled query rule.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

Enabled

Whether this scheduled query rule is enabled.

Declaration
public readonly bool Enabled
Field Value
Type Description
System.Boolean
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Location

Declaration
public readonly string Location
Field Value
Type Description
System.String
View Source

Name

Name of the dimension.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

ResourceGroupName

Declaration
public readonly string ResourceGroupName
Field Value
Type Description
System.String
View Source

Tags

Declaration
public readonly ImmutableDictionary<string, string> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.