Show / Hide Table of Contents

Class ScheduledQueryRulesLogCriteria

Inheritance
System.Object
ScheduledQueryRulesLogCriteria
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ScheduledQueryRulesLogCriteria

Fields

View Source

Dimensions

A dimension block as defined below.

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

MetricName

Name of the metric. Supported metrics are listed in the Azure Monitor Microsoft.OperationalInsights/workspaces metrics namespace.

Declaration
public readonly string MetricName
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.