PartnerDestination Class
Event Grid Partner Destination.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.
Constructor
PartnerDestination(*, location: str, tags: Dict[str, str] | None = None, partner_registration_immutable_id: str | None = None, endpoint_service_context: str | None = None, expiration_time_if_not_activated_utc: datetime | None = None, activation_state: str | _models.PartnerDestinationActivationState | None = None, endpoint_base_url: str | None = None, message_for_activation: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
location
|
Location of the resource. Required. |
|
tags
|
Tags of the resource. Default value: None
|
|
partner_registration_immutable_id
|
The immutable Id of the corresponding partner registration. Default value: None
|
|
endpoint_service_context
|
Endpoint context associated with this partner destination. Default value: None
|
|
expiration_time_if_not_activated_utc
|
Expiration time of the partner destination. If this timer expires and the partner destination was never activated, the partner destination and corresponding channel are deleted. Default value: None
|
|
activation_state
|
Activation state of the partner destination. Known values are: "NeverActivated" and "Activated". Default value: None
|
|
endpoint_base_url
|
Endpoint Base URL of the partner destination. Default value: None
|
|
message_for_activation
|
Context or helpful message that can be used during the approval process. Default value: None
|
Variables
| Name | Description |
|---|---|
|
id
|
Fully qualified identifier of the resource. |
|
name
|
Name of the resource. |
|
type
|
Type of the resource. |
|
location
|
Location of the resource. Required. |
|
tags
|
Tags of the resource. |
|
system_data
|
The system metadata relating to the Event Grid resource. |
|
partner_registration_immutable_id
|
The immutable Id of the corresponding partner registration. |
|
endpoint_service_context
|
Endpoint context associated with this partner destination. |
|
expiration_time_if_not_activated_utc
|
Expiration time of the partner destination. If this timer expires and the partner destination was never activated, the partner destination and corresponding channel are deleted. |
|
provisioning_state
|
Provisioning state of the partner destination. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Canceled", "Failed", and "IdleDueToMirroredChannelResourceDeletion". |
|
activation_state
|
Activation state of the partner destination. Known values are: "NeverActivated" and "Activated". |
|
endpoint_base_url
|
Endpoint Base URL of the partner destination. |
|
message_for_activation
|
Context or helpful message that can be used during the approval process. |