你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IEventHubStreamInputDataSource Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.EventHubStreamInputDataSourceTypeConverter))]
public interface IEventHubStreamInputDataSource : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IStreamInputDataSource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.EventHubStreamInputDataSourceTypeConverter))>]
type IEventHubStreamInputDataSource = interface
interface IJsonSerializable
interface IStreamInputDataSource
Public Interface IEventHubStreamInputDataSource
Implements IStreamInputDataSource
- Derived
- Attributes
- Implements
Properties
AuthenticationMode |
Authentication Mode. |
ConsumerGroupName |
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 |
The name of the Event Hub. Required on PUT (CreateOrReplace) requests. |
ServiceBusNamespace |
The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. |
SharedAccessPolicyKey |
The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. |
SharedAccessPolicyName |
The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. |
Type |
Indicates the type of input data source containing stream data. Required on PUT (CreateOrReplace) requests. (Inherited from IStreamInputDataSource) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |