EventHubV2OutputDataSource 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.EventHub/EventHub")]
public class EventHubV2OutputDataSource : Microsoft.Azure.Management.StreamAnalytics.Models.OutputDataSource
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Microsoft.EventHub/EventHub")>]
type EventHubV2OutputDataSource = class
inherit OutputDataSource
Public Class EventHubV2OutputDataSource
Inherits OutputDataSource
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
EventHubV2OutputDataSource() |
Initializes a new instance of the EventHubV2OutputDataSource class. |
EventHubV2OutputDataSource(String, String, String, String, String, String, IList<String>) |
Initializes a new instance of the EventHubV2OutputDataSource 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. |