Uses of Class
com.azure.resourcemanager.astro.models.LiftrBaseUserDetailsUpdate
Packages that use LiftrBaseUserDetailsUpdate
Package
Description
Package containing the data models for AstroMgmtClient.
-
Uses of LiftrBaseUserDetailsUpdate in com.azure.resourcemanager.astro.models
Methods in com.azure.resourcemanager.astro.models that return LiftrBaseUserDetailsUpdateModifier and TypeMethodDescriptionstatic LiftrBaseUserDetailsUpdateLiftrBaseUserDetailsUpdate.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LiftrBaseUserDetailsUpdate from the JsonReader.OrganizationResourceUpdateProperties.user()Get the user property: Details of the user.LiftrBaseUserDetailsUpdate.withEmailAddress(String emailAddress) Set the emailAddress property: Email address of the user.LiftrBaseUserDetailsUpdate.withFirstName(String firstName) Set the firstName property: First name of the user.LiftrBaseUserDetailsUpdate.withLastName(String lastName) Set the lastName property: Last name of the user.LiftrBaseUserDetailsUpdate.withPhoneNumber(String phoneNumber) Set the phoneNumber property: User's phone number.Set the upn property: User's principal name.Methods in com.azure.resourcemanager.astro.models with parameters of type LiftrBaseUserDetailsUpdateModifier and TypeMethodDescriptionOrganizationResourceUpdateProperties.withUser(LiftrBaseUserDetailsUpdate user) Set the user property: Details of the user.