Uses of Class
com.azure.resourcemanager.astro.models.LiftrBaseUserDetails
Packages that use LiftrBaseUserDetails
Package
Description
Package containing the data models for AstroMgmtClient.
-
Uses of LiftrBaseUserDetails in com.azure.resourcemanager.astro.models
Methods in com.azure.resourcemanager.astro.models that return LiftrBaseUserDetailsModifier and TypeMethodDescriptionstatic LiftrBaseUserDetailsLiftrBaseUserDetails.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LiftrBaseUserDetails from the JsonReader.LiftrBaseDataOrganizationProperties.user()Get the user property: Details of the user.LiftrBaseUserDetails.withEmailAddress(String emailAddress) Set the emailAddress property: Email address of the user.LiftrBaseUserDetails.withFirstName(String firstName) Set the firstName property: First name of the user.LiftrBaseUserDetails.withLastName(String lastName) Set the lastName property: Last name of the user.LiftrBaseUserDetails.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 LiftrBaseUserDetailsModifier and TypeMethodDescriptionLiftrBaseDataOrganizationProperties.withUser(LiftrBaseUserDetails user) Set the user property: Details of the user.