你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TeamsExtensionUserIdentifier Class

Definition

A Microsoft Teams Phone user who is using a Communication Services resource to extend their Teams Phone set up.

public class TeamsExtensionUserIdentifier : Azure.Communication.CommunicationIdentifier
type TeamsExtensionUserIdentifier = class
    inherit CommunicationIdentifier
Public Class TeamsExtensionUserIdentifier
Inherits CommunicationIdentifier
Inheritance
TeamsExtensionUserIdentifier

Constructors

Name Description
TeamsExtensionUserIdentifier(String, String, String, Nullable<CommunicationCloudEnvironment>, String)

Initializes a new instance of TeamsExtensionUserIdentifier.

Properties

Name Description
Cloud

The cloud that the identifier belongs to.

RawId

Returns the canonical string representation of the TeamsExtensionUserIdentifier. You can use the RawId for encoding the identifier and then use it as a key in a database.

ResourceId

The Communication Services resource Id.

TenantId

The tenant Id of the Microsoft Teams Extension user.

UserId

The Id of the Microsoft Teams Extension user, i.e. the Entra ID object Id of the user.

Methods

Name Description
Equals(CommunicationIdentifier)

Indicates whether the current object is equal to another object of the same type.

GetHashCode()

Serves as the default hash function.

(Inherited from CommunicationIdentifier)
ToString()

Returns a string that represents the current object.

Applies to