EventHubV2StreamInputDataSource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes an Event Hub input data source that contains stream data.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Microsoft.EventHub/EventHub")]
public class EventHubV2StreamInputDataSource : Microsoft.Azure.Management.StreamAnalytics.Models.StreamInputDataSource
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Microsoft.EventHub/EventHub")>]
type EventHubV2StreamInputDataSource = class
inherit StreamInputDataSource
Public Class EventHubV2StreamInputDataSource
Inherits StreamInputDataSource
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
EventHubV2StreamInputDataSource() |
Initializes a new instance of the EventHubV2StreamInputDataSource class. |
EventHubV2StreamInputDataSource(String, String, String, String, String, String) |
Initializes a new instance of the EventHubV2StreamInputDataSource class. |
Properties
AuthenticationMode |
Gets or sets authentication Mode. Possible values include: 'Msi', 'UserToken', 'ConnectionString' |
ConsumerGroupName |
Gets or sets the name of an Event Hub Consumer Group that should be used to read events from the Event Hub. Specifying distinct consumer group names for multiple inputs allows each of those inputs to receive the same events from the Event Hub. If not specified, the input uses the Event Hub’s default consumer group. |
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. |
SharedAccessPolicyKey |
Gets or sets the shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. |
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. |