MicrosoftTeamsUserIdentifier コンストラクター
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
MicrosoftTeamsUserIdentifier の新しいインスタンスを初期化します。
public MicrosoftTeamsUserIdentifier (string userId, bool isAnonymous = false, Azure.Communication.CommunicationCloudEnvironment? cloud = default, string rawId = default);
new Azure.Communication.MicrosoftTeamsUserIdentifier : string * bool * Nullable<Azure.Communication.CommunicationCloudEnvironment> * string -> Azure.Communication.MicrosoftTeamsUserIdentifier
Public Sub New (userId As String, Optional isAnonymous As Boolean = false, Optional cloud As Nullable(Of CommunicationCloudEnvironment) = Nothing, Optional rawId As String = Nothing)
- userId
- String
Microsoft Teams ユーザーの ID。 ユーザーが匿名でない場合、ID はユーザーの Azure AD オブジェクト ID です。
- isAnonymous
- Boolean
ユーザーが匿名の場合 (たとえば、共有リンクを使用して会議に参加する場合など) は、これを true に設定します。
Microsoft Team ユーザーが属しているクラウド。 null 値はパブリック クラウドに変換されます。
- rawId
- String
Microsoft Teams ユーザーの生 ID (省略可能)。
が null の場合に userId
スローされます。
が空の場合に userId
スローされます。
製品 | バージョン |
---|---|
Azure SDK for .NET | Latest, Preview |
Azure SDK for .NET に関するフィードバック
Azure SDK for .NET はオープンソース プロジェクトです。 フィードバックを提供するにはリンクを選択します。