Show / Hide Table of Contents

Class DiagnosticSettingMetric

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

Fields

View Source

Category

The name of a Diagnostic Metric Category for this Resource.

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

Enabled

Is this Diagnostic Metric enabled? Defaults to true.

Declaration
public readonly bool? Enabled
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

RetentionPolicy

A retention_policy block as defined below.

Declaration
public readonly DiagnosticSettingMetricRetentionPolicy RetentionPolicy
Field Value
Type Description
DiagnosticSettingMetricRetentionPolicy
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.