EventHubV2OutputDataSource interface
描述事件中心输出数据源。
属性
| authentication |
身份验证模式。 |
| event |
事件中心的名称。 PUT (CreateOrReplace) 请求时是必需的。 |
| partition |
用于确定要发送事件数据的分区的键/列。 |
| property |
与此事件中心输出关联的属性。 |
| service |
与所需事件中心、服务总线队列、服务总线主题等关联的命名空间。PUT (CreateOrReplace) 请求时是必需的。 |
| shared |
指定共享访问策略的共享访问策略密钥。 PUT (CreateOrReplace) 请求时是必需的。 |
| shared |
事件中心、服务总线队列、服务总线主题等的共享访问策略名称。PUT (CreateOrReplace) 请求时是必需的。 |
| type | 多态鉴别器,它指定此对象可以的不同类型的 |
属性详细信息
authenticationMode
身份验证模式。
authenticationMode?: string
属性值
string
eventHubName
事件中心的名称。 PUT (CreateOrReplace) 请求时是必需的。
eventHubName?: string
属性值
string
partitionKey
用于确定要发送事件数据的分区的键/列。
partitionKey?: string
属性值
string
propertyColumns
与此事件中心输出关联的属性。
propertyColumns?: string[]
属性值
string[]
serviceBusNamespace
与所需事件中心、服务总线队列、服务总线主题等关联的命名空间。PUT (CreateOrReplace) 请求时是必需的。
serviceBusNamespace?: string
属性值
string
sharedAccessPolicyKey
指定共享访问策略的共享访问策略密钥。 PUT (CreateOrReplace) 请求时是必需的。
sharedAccessPolicyKey?: string
属性值
string
sharedAccessPolicyName
事件中心、服务总线队列、服务总线主题等的共享访问策略名称。PUT (CreateOrReplace) 请求时是必需的。
sharedAccessPolicyName?: string
属性值
string
type
多态鉴别器,它指定此对象可以的不同类型的
type: "Microsoft.EventHub/EventHub"
属性值
"Microsoft.EventHub/EventHub"