Class EventSubscriptionEventhubEndpointGetArgs
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.Azure.EventHub.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class EventSubscriptionEventhubEndpointGetArgs : ResourceArgs
Constructors
View SourceEventSubscriptionEventhubEndpointGetArgs()
Declaration
public EventSubscriptionEventhubEndpointGetArgs()
Properties
View SourceEventhubId
Specifies the id of the eventhub where the Event Subscription will receive events.
Declaration
public Input<string> EventhubId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |