Uses of Interface
com.azure.resourcemanager.apimanagement.models.UserContract.Update
Packages that use UserContract.Update
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of UserContract.Update in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return UserContract.UpdateModifier and TypeMethodDescriptionUserContract.update()Begins update for the UserContract resource.Specifies the email property: Email address.UserContract.UpdateStages.WithFirstName.withFirstName(String firstName) Specifies the firstName property: First name..UserContract.UpdateStages.WithIdentities.withIdentities(List<UserIdentityContractInner> identities) Specifies the identities property: Collection of user identities..UserContract.UpdateStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.UserContract.UpdateStages.WithLastName.withLastName(String lastName) Specifies the lastName property: Last name..Specifies the note property: Optional note about a user set by the administrator..UserContract.UpdateStages.WithPassword.withPassword(String password) Specifies the password property: User Password..Specifies the state property: Account state.