Class GetNotificationArgs
Inherited Members
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 GetNotificationArgs : InvokeArgs
Constructors
View SourceGetNotificationArgs()
Declaration
public GetNotificationArgs()
Properties
View SourceInstanceId
Declaration
public int InstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RecipientId
Declaration
public int? RecipientId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |