Show / Hide Table of Contents

Class GetPluginComponentArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetPluginComponentArgs
Inherited Members
InvokeArgs.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 GetPluginComponentArgs : InvokeArgs

Constructors

View Source

GetPluginComponentArgs()

Declaration
public GetPluginComponentArgs()

Properties

View Source

Name

The name of the plugin component.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
View Source

PluginId

The ID of the plugin instance this component belongs to.

Declaration
public int PluginId { get; set; }
Property Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.