你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
EventHubDataSourceProperties 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
EventHubDataSourceProperties() |
初始化 EventHubDataSourceProperties 类的新实例。 |
EventHubDataSourceProperties(String, String, String, String, String) |
初始化 EventHubDataSourceProperties 类的新实例。 |
EventHubDataSourceProperties()
初始化 EventHubDataSourceProperties 类的新实例。
public EventHubDataSourceProperties ();
Public Sub New ()
适用于
EventHubDataSourceProperties(String, String, String, String, String)
初始化 EventHubDataSourceProperties 类的新实例。
public EventHubDataSourceProperties (string serviceBusNamespace = default, string sharedAccessPolicyName = default, string sharedAccessPolicyKey = default, string authenticationMode = default, string eventHubName = default);
new Microsoft.Azure.Management.StreamAnalytics.Models.EventHubDataSourceProperties : string * string * string * string * string -> Microsoft.Azure.Management.StreamAnalytics.Models.EventHubDataSourceProperties
Public Sub New (Optional serviceBusNamespace As String = Nothing, Optional sharedAccessPolicyName As String = Nothing, Optional sharedAccessPolicyKey As String = Nothing, Optional authenticationMode As String = Nothing, Optional eventHubName As String = Nothing)
参数
- serviceBusNamespace
- String
与所需事件中心、服务总线队列、服务总线主题等关联的命名空间。在 PUT (CreateOrReplace) 请求时是必需的。
- sharedAccessPolicyName
- String
事件中心、服务总线队列、服务总线主题等的共享访问策略名称。在 PUT (CreateOrReplace) 请求时是必需的。
- sharedAccessPolicyKey
- String
指定共享访问策略的共享访问策略密钥。 在 PUT (CreateOrReplace) 请求时是必需的。
- authenticationMode
- String
身份验证模式。 可能的值包括:“Msi”、“UserToken”、“ConnectionString”
- eventHubName
- String
事件中心的名称。 在 PUT (CreateOrReplace) 请求时是必需的。