Show / Hide Table of Contents

Class EventArgs

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

Constructors

View Source

EventArgs()

Declaration
public EventArgs()

Properties

View Source

Events

An event to insert into Insights. Multiple event blocks can be defined. See Events below for details.

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