Show / Hide Table of Contents

Class MetricAlertCriteriaDimension

Inheritance
System.Object
MetricAlertCriteriaDimension
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 MetricAlertCriteriaDimension

Fields

View Source

Name

One of the dimension names.

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

Operator

The dimension operator. Possible values are Include and Exclude.

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

Values

The list of dimension values.

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