EventHubOutputDataSource Class

Definition

Describes an Event Hub output data source.

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Microsoft.ServiceBus/EventHub")]
public class EventHubOutputDataSource : Microsoft.Azure.Management.StreamAnalytics.Models.OutputDataSource
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Microsoft.ServiceBus/EventHub")>]
type EventHubOutputDataSource = class
    inherit OutputDataSource
Public Class EventHubOutputDataSource
Inherits OutputDataSource
Inheritance
EventHubOutputDataSource
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

EventHubOutputDataSource()

Initializes a new instance of the EventHubOutputDataSource class.

EventHubOutputDataSource(String, String, String, String, String, String, IList<String>)

Initializes a new instance of the EventHubOutputDataSource class.

Properties

AuthenticationMode

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

EventHubName

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

PartitionKey

Gets or sets the key/column that is used to determine to which partition to send event data.

PropertyColumns

Gets or sets the properties associated with this Event Hub output.

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.

Applies to