共用方式為


PartnerDestinationInfo 類別

通道之對應夥伴目的地的屬性。

您可能想要使用子類別,而不是直接使用此類別。 已知的子類別為:WebhookPartnerDestinationInfo

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

繼承
azure.mgmt.eventgrid._serialization.Model
PartnerDestinationInfo

建構函式

PartnerDestinationInfo(*, azure_subscription_id: str | None = None, resource_group_name: str | None = None, name: str | None = None, endpoint_service_context: str | None = None, resource_move_change_history: List[_models.ResourceMoveChangeHistory] | None = None, **kwargs: Any)

Keyword-Only Parameters

azure_subscription_id
str

訂閱者的 Azure 訂用帳戶識別碼。 與此通道相關聯的合作夥伴目的地將會在此 Azure 訂用帳戶下建立。

resource_group_name
str

訂閱者的 Azure 資源群組。 與此通道相關聯的合作夥伴目的地將會在此資源群組下建立。

name
str

與通道相關聯的合作夥伴目的地名稱。

endpoint_service_context
str

夥伴目的地端點的其他內容。

resource_move_change_history
list[ResourceMoveChangeHistory]

變更資源移動的歷程記錄。

變數

azure_subscription_id
str

訂閱者的 Azure 訂用帳戶識別碼。 與此通道相關聯的合作夥伴目的地將會在此 Azure 訂用帳戶下建立。

resource_group_name
str

訂閱者的 Azure 資源群組。 與此通道相關聯的合作夥伴目的地將會在此資源群組下建立。

name
str

與通道相關聯的合作夥伴目的地名稱。

endpoint_type
strPartnerEndpointType

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

endpoint_service_context
str

夥伴目的地端點的其他內容。

resource_move_change_history
list[ResourceMoveChangeHistory]

變更資源移動的歷程記錄。