Show / Hide Table of Contents

Class ScheduledQueryRulesLogCriteriaArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ScheduledQueryRulesLogCriteriaArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ScheduledQueryRulesLogCriteriaArgs : ResourceArgs

Constructors

View Source

ScheduledQueryRulesLogCriteriaArgs()

Declaration
public ScheduledQueryRulesLogCriteriaArgs()

Properties

View Source

Dimensions

A dimension block as defined below.

Declaration
public InputList<ScheduledQueryRulesLogCriteriaDimensionArgs> Dimensions { get; set; }
Property Value
Type Description
InputList<ScheduledQueryRulesLogCriteriaDimensionArgs>
View Source

MetricName

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

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