Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.UserCreateParameterProperties
Packages that use UserCreateParameterProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
-
Uses of UserCreateParameterProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return UserCreateParameterPropertiesModifier and TypeMethodDescriptionUserCreateParameterProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of UserCreateParameterProperties from the JsonReader.UserCreateParameterProperties.withAppType(AppType appType) Set the appType property: Determines the type of application which send the create user request.UserCreateParameterProperties.withConfirmation(Confirmation confirmation) Set the confirmation property: Determines the type of confirmation e-mail that will be sent to the newly created user.Set the email property: Email address.UserCreateParameterProperties.withFirstName(String firstName) Set the firstName property: First name.UserCreateParameterProperties.withIdentities(List<UserIdentityContractInner> identities) Set the identities property: Collection of user identities.UserCreateParameterProperties.withLastName(String lastName) Set the lastName property: Last name.Set the note property: Optional note about a user set by the administrator.UserCreateParameterProperties.withPassword(String password) Set the password property: User Password.Set the state property: Account state.