EventHubDataSourceProperties Class

Definition

The common properties that are associated with Event Hub data sources.

public class EventHubDataSourceProperties : Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusDataSourceProperties
type EventHubDataSourceProperties = class
    inherit ServiceBusDataSourceProperties
Public Class EventHubDataSourceProperties
Inherits ServiceBusDataSourceProperties
Inheritance
EventHubDataSourceProperties

Constructors

EventHubDataSourceProperties()

Initializes a new instance of the EventHubDataSourceProperties class.

EventHubDataSourceProperties(String, String, String, String, String)

Initializes a new instance of the EventHubDataSourceProperties class.

Properties

AuthenticationMode

Gets or sets authentication Mode. Possible values include: 'Msi', 'UserToken', 'ConnectionString'

(Inherited from ServiceBusDataSourceProperties)
EventHubName

Gets or sets the name of the Event Hub. Required on PUT (CreateOrReplace) requests.

ServiceBusNamespace

Gets or sets the namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.

(Inherited from ServiceBusDataSourceProperties)
SharedAccessPolicyKey

Gets or sets the shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.

(Inherited from ServiceBusDataSourceProperties)
SharedAccessPolicyName

Gets or sets the shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.

(Inherited from ServiceBusDataSourceProperties)

Applies to