Show / Hide Table of Contents

Class InfraAlertConditionWarningArgs

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

Constructors

View Source

InfraAlertConditionWarningArgs()

Declaration
public InfraAlertConditionWarningArgs()

Properties

View Source

Duration

Declaration
public Input<int> Duration { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

TimeFunction

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

Value

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