共用方式為


WebHookEventSubscriptionDestination interface

事件訂用帳戶之 Webhook 目的地的相關資訊。

Extends

屬性

azureActiveDirectoryApplicationIdOrUri

Azure Active Directory 應用程式識別碼或 URI,以取得將包含在傳遞要求中作為持有人權杖的存取權杖。

azureActiveDirectoryTenantId

Azure Active Directory 租使用者識別碼,以取得將包含在傳遞要求中作為持有人權杖的存取權杖。

deliveryAttributeMappings

傳遞屬性詳細資料。

endpointBaseUrl

代表事件訂用帳戶目的地端點的基底 URL。 注意:此屬性不會序列化。 它只能由伺服器填入。

endpointType

多型鑒別子,指定此物件可以是的不同類型

endpointUrl

表示事件訂用帳戶目的地端點的 URL。

maxEventsPerBatch

每個批次的事件數目上限。

preferredBatchSizeInKilobytes

慣用的批次大小以 KB 為單位。

屬性詳細資料

azureActiveDirectoryApplicationIdOrUri

Azure Active Directory 應用程式識別碼或 URI,以取得將包含在傳遞要求中作為持有人權杖的存取權杖。

azureActiveDirectoryApplicationIdOrUri?: string

屬性值

string

azureActiveDirectoryTenantId

Azure Active Directory 租使用者識別碼,以取得將包含在傳遞要求中作為持有人權杖的存取權杖。

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

慣用的批次大小以 KB 為單位。

preferredBatchSizeInKilobytes?: number

屬性值

number