Show / Hide Table of Contents

Class GetPluginsCommunityArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetPluginsCommunityArgs
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.CloudAmqp
Assembly: Pulumi.CloudAmqp.dll
Syntax
public sealed class GetPluginsCommunityArgs : InvokeArgs

Constructors

View Source

GetPluginsCommunityArgs()

Declaration
public GetPluginsCommunityArgs()

Properties

View Source

InstanceId

Declaration
public int InstanceId { get; set; }
Property Value
Type Description
System.Int32
View Source

Plugins

Declaration
public List<GetPluginsCommunityPluginArgs> Plugins { get; set; }
Property Value
Type Description
System.Collections.Generic.List<GetPluginsCommunityPluginArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.