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.
- Inheritance
-
azure.mgmt.eventgrid.models._models_py3.TrackedResourcePartnerDestination
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. |
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. |
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. |
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 Partner Destination 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. |
Azure SDK for Python