共用方式為


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