EventHubOutputDataSource 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 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
- 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
Azure SDK for .NET