PartnerDestinationProperties Class
Properties of the Partner Destination.
Constructor
PartnerDestinationProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
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. |
Attributes
activation_state
"NeverActivated" and "Activated".
activation_state: str | _models.PartnerDestinationActivationState | None
endpoint_base_url
Endpoint Base URL of the partner destination.
endpoint_base_url: str | None
endpoint_service_context
Endpoint context associated with this partner destination.
endpoint_service_context: str | 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.
expiration_time_if_not_activated_utc: datetime | None
message_for_activation
Context or helpful message that can be used during the approval process.
message_for_activation: str | None
partner_registration_immutable_id
The immutable Id of the corresponding partner registration.
partner_registration_immutable_id: str | None
provisioning_state
"Creating", "Updating", "Deleting", "Succeeded", "Canceled", "Failed", and "IdleDueToMirroredChannelResourceDeletion".
provisioning_state: str | _models.PartnerDestinationProvisioningState | None