LiftrBaseUserDetailsUpdate Class
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 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
Liftr |
Creates an new LiftrBaseUserDetailsUpdate instance. |
Email |
Email address of the user |
First |
First name of the user |
Last |
Last name of the user |
Phone |
User's phone number |
Upn |
User's principal name |
Deserialize |
Deserializes a IDictionary into an instance of LiftrBaseUserDetailsUpdate. |
Deserialize |
Deserializes a PSObject into an instance of LiftrBaseUserDetailsUpdate. |
From |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Astro.Models.ILiftrBaseUserDetailsUpdate. |
From |
Creates a new instance of LiftrBaseUserDetailsUpdate, deserializing the content from a json string. |
To |
Serializes this instance of LiftrBaseUserDetailsUpdate into a JsonNode. |
To |
Serializes this instance to a json string. |
To |
Product | Versions |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |