InformaticaUserDetailsUpdate Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
User Info of Informatica Organization resource.
public class InformaticaUserDetailsUpdate : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaUserDetailsUpdate>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaUserDetailsUpdate>
type InformaticaUserDetailsUpdate = class
interface IJsonModel<InformaticaUserDetailsUpdate>
interface IPersistableModel<InformaticaUserDetailsUpdate>
Public Class InformaticaUserDetailsUpdate
Implements IJsonModel(Of InformaticaUserDetailsUpdate), IPersistableModel(Of InformaticaUserDetailsUpdate)
- Inheritance
-
InformaticaUserDetailsUpdate
- Implements
Constructors
InformaticaUserDetailsUpdate() |
Initializes a new instance of InformaticaUserDetailsUpdate. |
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<InformaticaUserDetailsUpdate>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<InformaticaUserDetailsUpdate>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<InformaticaUserDetailsUpdate>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<InformaticaUserDetailsUpdate>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<InformaticaUserDetailsUpdate>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET