Show / Hide Table of Contents

Class DiagnosticSettingMetricGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DiagnosticSettingMetricGetArgs
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 DiagnosticSettingMetricGetArgs : ResourceArgs

Constructors

View Source

DiagnosticSettingMetricGetArgs()

Declaration
public DiagnosticSettingMetricGetArgs()

Properties

View Source

Category

The name of a Diagnostic Metric Category for this Resource.

Declaration
public Input<string> Category { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Enabled

Is this Diagnostic Metric enabled? Defaults to true.

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

RetentionPolicy

A retention_policy block as defined below.

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