Show / Hide Table of Contents

Class ApplicationSettingsArgs

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

Constructors

View Source

ApplicationSettingsArgs()

Declaration
public ApplicationSettingsArgs()

Properties

View Source

AppApdexThreshold

The appex threshold for the New Relic application.

Declaration
public Input<double> AppApdexThreshold { get; set; }
Property Value
Type Description
Input<System.Double>
View Source

EnableRealUserMonitoring

Enable or disable real user monitoring for the New Relic application.

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

EndUserApdexThreshold

The user's apdex threshold for the New Relic application.

Declaration
public Input<double> EndUserApdexThreshold { get; set; }
Property Value
Type Description
Input<System.Double>
View Source

Name

The name of the application in New Relic APM.

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