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

InformaticaUserDetails Class

Definition

User Info of Informatica Organization resource.

public class InformaticaUserDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaUserDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaUserDetails>
type InformaticaUserDetails = class
    interface IJsonModel<InformaticaUserDetails>
    interface IPersistableModel<InformaticaUserDetails>
Public Class InformaticaUserDetails
Implements IJsonModel(Of InformaticaUserDetails), IPersistableModel(Of InformaticaUserDetails)
Inheritance
InformaticaUserDetails
Implements

Constructors

InformaticaUserDetails()

Initializes a new instance of InformaticaUserDetails.

Properties

EmailAddress

User email address.

FirstName

User first name.

LastName

User last name.

PhoneNumber

Phone number of the user used by for contacting them if needed.

Upn

UPN of user.

Explicit Interface Implementations

IJsonModel<InformaticaUserDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<InformaticaUserDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InformaticaUserDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InformaticaUserDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<InformaticaUserDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to