Uses of Class
com.azure.resourcemanager.apimanagement.models.UserUpdateParameters
Packages that use UserUpdateParameters
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of UserUpdateParameters in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type UserUpdateParametersModifier and TypeMethodDescriptionUsersClient.update(String resourceGroupName, String serviceName, String userId, String ifMatch, UserUpdateParameters parameters) Updates the details of the user specified by its identifier.UsersClient.updateWithResponse(String resourceGroupName, String serviceName, String userId, String ifMatch, UserUpdateParameters parameters, com.azure.core.util.Context context) Updates the details of the user specified by its identifier. -
Uses of UserUpdateParameters in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return UserUpdateParametersModifier and TypeMethodDescriptionstatic UserUpdateParametersUserUpdateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of UserUpdateParameters from the JsonReader.Set the email property: Email address.UserUpdateParameters.withFirstName(String firstName) Set the firstName property: First name.UserUpdateParameters.withIdentities(List<UserIdentityContractInner> identities) Set the identities property: Collection of user identities.UserUpdateParameters.withLastName(String lastName) Set the lastName property: Last name.Set the note property: Optional note about a user set by the administrator.UserUpdateParameters.withPassword(String password) Set the password property: User Password.Set the state property: Account state.