Partager via


TransferToParticipantOptions Constructeurs

Définition

Surcharges

TransferToParticipantOptions(CommunicationUserIdentifier)

Crée un objet TransferToParticipantOptions.

TransferToParticipantOptions(MicrosoftTeamsUserIdentifier)

Crée un objet TransferToParticipantOptions.

TransferToParticipantOptions(PhoneNumberIdentifier)

Crée un objet TransferToParticipantOptions.

TransferToParticipantOptions(CommunicationUserIdentifier)

Crée un objet TransferToParticipantOptions.

public TransferToParticipantOptions (Azure.Communication.CommunicationUserIdentifier targetIdentity);
new Azure.Communication.CallAutomation.TransferToParticipantOptions : Azure.Communication.CommunicationUserIdentifier -> Azure.Communication.CallAutomation.TransferToParticipantOptions
Public Sub New (targetIdentity As CommunicationUserIdentifier)

Paramètres

targetIdentity
CommunicationUserIdentifier

Cible vers laquelle transférer l’appel.

S’applique à

TransferToParticipantOptions(MicrosoftTeamsUserIdentifier)

Crée un objet TransferToParticipantOptions.

public TransferToParticipantOptions (Azure.Communication.MicrosoftTeamsUserIdentifier targetIdentity);
new Azure.Communication.CallAutomation.TransferToParticipantOptions : Azure.Communication.MicrosoftTeamsUserIdentifier -> Azure.Communication.CallAutomation.TransferToParticipantOptions
Public Sub New (targetIdentity As MicrosoftTeamsUserIdentifier)

Paramètres

targetIdentity
MicrosoftTeamsUserIdentifier

Cible vers laquelle transférer l’appel.

S’applique à

TransferToParticipantOptions(PhoneNumberIdentifier)

Crée un objet TransferToParticipantOptions.

public TransferToParticipantOptions (Azure.Communication.PhoneNumberIdentifier targetPhoneNumberIdentity);
new Azure.Communication.CallAutomation.TransferToParticipantOptions : Azure.Communication.PhoneNumberIdentifier -> Azure.Communication.CallAutomation.TransferToParticipantOptions
Public Sub New (targetPhoneNumberIdentity As PhoneNumberIdentifier)

Paramètres

targetPhoneNumberIdentity
PhoneNumberIdentifier

Cible vers laquelle transférer l’appel.

S’applique à