共用方式為


WebHookEventSubscriptionDestination interface

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

Extends

屬性

azureActiveDirectoryApplicationIdOrUri

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

azureActiveDirectoryTenantId

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

deliveryAttributeMappings

傳遞屬性詳細資料。

endpointBaseUrl

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

endpointType

多型辨別器,指定這個物件可以有不同的類型

endpointUrl

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

maxEventsPerBatch

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

minimumTlsVersionAllowed

Webhook 端點應支援的最小 TLS 版本

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

minimumTlsVersionAllowed

Webhook 端點應支援的最小 TLS 版本

minimumTlsVersionAllowed?: string

屬性值

string

preferredBatchSizeInKilobytes

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

preferredBatchSizeInKilobytes?: number

屬性值

number