你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
WebHookEventSubscriptionDestination interface
有关事件订阅的 Webhook 目标的信息。
- 扩展
属性
azure |
Azure Active Directory 应用程序 ID 或 URI,用于获取将作为持有者令牌包含在传递请求中的访问令牌。 |
azure |
Azure Active Directory 租户 ID,用于获取将作为持有者令牌包含在传递请求中的访问令牌。 |
delivery |
传递属性详细信息。 |
endpoint |
表示事件订阅目标终结点的基 URL。 注意:此属性不会序列化。 它只能由服务器填充。 |
endpoint |
多态鉴别器,它指定此对象可以是的不同类型 |
endpoint |
表示事件订阅目标终结点的 URL。 |
max |
每个批的最大事件数。 |
preferred |
首选批大小(以千字节为单位)。 |
属性详细信息
azureActiveDirectoryApplicationIdOrUri
Azure Active Directory 应用程序 ID 或 URI,用于获取将作为持有者令牌包含在传递请求中的访问令牌。
azureActiveDirectoryApplicationIdOrUri?: string
属性值
string
azureActiveDirectoryTenantId
Azure Active Directory 租户 ID,用于获取将作为持有者令牌包含在传递请求中的访问令牌。
azureActiveDirectoryTenantId?: string
属性值
string
deliveryAttributeMappings
传递属性详细信息。
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[]
属性值
endpointBaseUrl
表示事件订阅目标终结点的基 URL。 注意:此属性不会序列化。 它只能由服务器填充。
endpointBaseUrl?: string
属性值
string
endpointType
多态鉴别器,它指定此对象可以是的不同类型
endpointType: "WebHook"
属性值
"WebHook"
endpointUrl
表示事件订阅目标终结点的 URL。
endpointUrl?: string
属性值
string
maxEventsPerBatch
每个批的最大事件数。
maxEventsPerBatch?: number
属性值
number
preferredBatchSizeInKilobytes
首选批大小(以千字节为单位)。
preferredBatchSizeInKilobytes?: number
属性值
number