Delen via


AstroUserDetails Class

Definition

User details for an organization.

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

Constructors

AstroUserDetails(String, String, String)

Initializes a new instance of AstroUserDetails.

Properties

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.

Explicit Interface Implementations

IJsonModel<AstroUserDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AstroUserDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AstroUserDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AstroUserDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AstroUserDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to