LiftrBaseUserDetailsUpdate Class

Definition

User details for an organization

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Astro.Models.LiftrBaseUserDetailsUpdateTypeConverter))]
public class LiftrBaseUserDetailsUpdate : Microsoft.Azure.PowerShell.Cmdlets.Astro.Models.ILiftrBaseUserDetailsUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Astro.Models.LiftrBaseUserDetailsUpdateTypeConverter))>]
type LiftrBaseUserDetailsUpdate = class
    interface ILiftrBaseUserDetailsUpdate
    interface IJsonSerializable
Public Class LiftrBaseUserDetailsUpdate
Implements ILiftrBaseUserDetailsUpdate
Inheritance
LiftrBaseUserDetailsUpdate
Attributes
Implements

Constructors

Name Description
LiftrBaseUserDetailsUpdate()

Creates an new LiftrBaseUserDetailsUpdate instance.

Properties

Name Description
EmailAddress

Email address of the user

FirstName

First name of the user

LastName

Last name of the user

PhoneNumber

User's phone number

Upn

User's principal name

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LiftrBaseUserDetailsUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LiftrBaseUserDetailsUpdate.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Astro.Models.ILiftrBaseUserDetailsUpdate.

FromJsonString(String)

Creates a new instance of LiftrBaseUserDetailsUpdate, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of LiftrBaseUserDetailsUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to