Show / Hide Table of Contents

Class GetNotificationArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetNotificationArgs
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 GetNotificationArgs : InvokeArgs

Constructors

View Source

GetNotificationArgs()

Declaration
public GetNotificationArgs()

Properties

View Source

InstanceId

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

Name

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

RecipientId

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