你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EventHubV2StreamInputDataSource 类

定义

描述包含流数据的事件中心输入数据源。

[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
继承
EventHubV2StreamInputDataSource
属性
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

构造函数

EventHubV2StreamInputDataSource()

初始化 EventHubV2StreamInputDataSource 类的新实例。

EventHubV2StreamInputDataSource(String, String, String, String, String, String)

初始化 EventHubV2StreamInputDataSource 类的新实例。

属性

AuthenticationMode

获取或设置身份验证模式。 可能的值包括:“Msi”、“UserToken”、“ConnectionString”

ConsumerGroupName

获取或设置事件中心使用者组的名称,该事件中心使用者组应用于从事件中心读取事件。 为多个输入指定不同的使用者组名称允许每个输入从事件中心接收相同的事件。 如果未指定,则输入将使用事件中心的默认使用者组。

EventHubName

获取或设置事件中心的名称。 在 PUT (CreateOrReplace) 请求上是必需的。

ServiceBusNamespace

获取或设置与所需事件中心、服务总线队列、服务总线主题等关联的命名空间。在 PUT (CreateOrReplace) 请求上是必需的。

SharedAccessPolicyKey

获取或设置指定共享访问策略的共享访问策略密钥。 在 PUT (CreateOrReplace) 请求上是必需的。

SharedAccessPolicyName

获取或设置事件中心、服务总线队列、服务总线主题等的共享访问策略名称。在 PUT (CreateOrReplace) 请求上是必需的。

适用于