TransferToParticipantOptions コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
TransferToParticipantOptions(CommunicationUserIdentifier) |
新しい TransferToParticipantOptions オブジェクトを作成します。 |
TransferToParticipantOptions(MicrosoftTeamsUserIdentifier) |
新しい TransferToParticipantOptions オブジェクトを作成します。 |
TransferToParticipantOptions(PhoneNumberIdentifier) |
新しい TransferToParticipantOptions オブジェクトを作成します。 |
TransferToParticipantOptions(CommunicationUserIdentifier)
新しい 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)
パラメーター
- targetIdentity
- CommunicationUserIdentifier
呼び出しの転送先のターゲット。
適用対象
TransferToParticipantOptions(MicrosoftTeamsUserIdentifier)
新しい 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)
パラメーター
- targetIdentity
- MicrosoftTeamsUserIdentifier
呼び出しの転送先のターゲット。
適用対象
TransferToParticipantOptions(PhoneNumberIdentifier)
新しい 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)
パラメーター
- targetPhoneNumberIdentity
- PhoneNumberIdentifier
呼び出しの転送先のターゲット。