Uses of Class
com.azure.resourcemanager.apimanagement.models.UserCreateParameters
Packages that use UserCreateParameters
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of UserCreateParameters in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type UserCreateParametersModifier and TypeMethodDescriptionUsersClient.createOrUpdate(String resourceGroupName, String serviceName, String userId, UserCreateParameters parameters) Creates or Updates a user.UsersClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String userId, UserCreateParameters parameters, Boolean notify, String ifMatch, com.azure.core.util.Context context) Creates or Updates a user. -
Uses of UserCreateParameters in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return UserCreateParametersModifier and TypeMethodDescriptionstatic UserCreateParametersUserCreateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of UserCreateParameters from the JsonReader.UserCreateParameters.withAppType(AppType appType) Set the appType property: Determines the type of application which send the create user request.UserCreateParameters.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.UserCreateParameters.withFirstName(String firstName) Set the firstName property: First name.UserCreateParameters.withIdentities(List<UserIdentityContractInner> identities) Set the identities property: Collection of user identities.UserCreateParameters.withLastName(String lastName) Set the lastName property: Last name.Set the note property: Optional note about a user set by the administrator.UserCreateParameters.withPassword(String password) Set the password property: User Password.Set the state property: Account state.