CallInvite コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
CallInvite(CommunicationUserIdentifier) |
新しい CallInvite オブジェクトを作成します。 |
CallInvite(MicrosoftTeamsUserIdentifier) |
新しい CallInvite オブジェクトを作成します。 |
CallInvite(PhoneNumberIdentifier, PhoneNumberIdentifier) |
新しい CallInvite オブジェクトを作成します。 |
CallInvite(CommunicationUserIdentifier)
- ソース:
- CallInvite.cs
- ソース:
- CallInvite.cs
新しい CallInvite オブジェクトを作成します。
public CallInvite (Azure.Communication.CommunicationUserIdentifier targetIdentity);
new Azure.Communication.CallAutomation.CallInvite : Azure.Communication.CommunicationUserIdentifier -> Azure.Communication.CallAutomation.CallInvite
Public Sub New (targetIdentity As CommunicationUserIdentifier)
パラメーター
- targetIdentity
- CommunicationUserIdentifier
適用対象
CallInvite(MicrosoftTeamsUserIdentifier)
- ソース:
- CallInvite.cs
- ソース:
- CallInvite.cs
新しい CallInvite オブジェクトを作成します。
public CallInvite (Azure.Communication.MicrosoftTeamsUserIdentifier targetIdentity);
new Azure.Communication.CallAutomation.CallInvite : Azure.Communication.MicrosoftTeamsUserIdentifier -> Azure.Communication.CallAutomation.CallInvite
Public Sub New (targetIdentity As MicrosoftTeamsUserIdentifier)
パラメーター
- targetIdentity
- MicrosoftTeamsUserIdentifier
適用対象
CallInvite(PhoneNumberIdentifier, PhoneNumberIdentifier)
- ソース:
- CallInvite.cs
- ソース:
- CallInvite.cs
新しい CallInvite オブジェクトを作成します。
public CallInvite (Azure.Communication.PhoneNumberIdentifier targetPhoneNumberIdentity, Azure.Communication.PhoneNumberIdentifier callerIdNumber);
new Azure.Communication.CallAutomation.CallInvite : Azure.Communication.PhoneNumberIdentifier * Azure.Communication.PhoneNumberIdentifier -> Azure.Communication.CallAutomation.CallInvite
Public Sub New (targetPhoneNumberIdentity As PhoneNumberIdentifier, callerIdNumber As PhoneNumberIdentifier)
パラメーター
- targetPhoneNumberIdentity
- PhoneNumberIdentifier
- callerIdNumber
- PhoneNumberIdentifier
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET