共用方式為


WebhookUpdatePartnerDestinationInfo 類別

合作夥伴目的地 WebHook 更新的相關資訊。

必須填入所有必要的參數,才能傳送至 Azure。

繼承
azure.mgmt.eventgrid.models._models_py3.PartnerUpdateDestinationInfo
WebhookUpdatePartnerDestinationInfo

建構函式

WebhookUpdatePartnerDestinationInfo(*, endpoint_url: str | None = None, endpoint_base_url: str | None = None, client_authentication: _models.PartnerClientAuthentication | None = None, **kwargs: Any)

Keyword-Only Parameters

endpoint_url
str

表示夥伴目的地端點的 URL。

endpoint_base_url
str

代表夥伴目的地端點的基底 URL。

client_authentication
PartnerClientAuthentication

合作夥伴用戶端驗證。

變數

endpoint_type
strPartnerEndpointType

合作夥伴目的地的端點類型。 必要。 「WebHook」

endpoint_url
str

表示夥伴目的地端點的 URL。

endpoint_base_url
str

代表夥伴目的地端點的基底 URL。

client_authentication
PartnerClientAuthentication

合作夥伴用戶端驗證。