Interface UserContract.Update
- All Superinterfaces:
UserContract.UpdateStages.WithEmail,UserContract.UpdateStages.WithFirstName,UserContract.UpdateStages.WithIdentities,UserContract.UpdateStages.WithIfMatch,UserContract.UpdateStages.WithLastName,UserContract.UpdateStages.WithNote,UserContract.UpdateStages.WithPassword,UserContract.UpdateStages.WithState
- Enclosing interface:
UserContract
public static interface UserContract.Update
extends UserContract.UpdateStages.WithEmail, UserContract.UpdateStages.WithPassword, UserContract.UpdateStages.WithFirstName, UserContract.UpdateStages.WithLastName, UserContract.UpdateStages.WithState, UserContract.UpdateStages.WithNote, UserContract.UpdateStages.WithIdentities, UserContract.UpdateStages.WithIfMatch
The template for UserContract update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.apimanagement.models.UserContract.UpdateStages.WithEmail
withEmailMethods inherited from interface com.azure.resourcemanager.apimanagement.models.UserContract.UpdateStages.WithFirstName
withFirstNameMethods inherited from interface com.azure.resourcemanager.apimanagement.models.UserContract.UpdateStages.WithIdentities
withIdentitiesMethods inherited from interface com.azure.resourcemanager.apimanagement.models.UserContract.UpdateStages.WithIfMatch
withIfMatchMethods inherited from interface com.azure.resourcemanager.apimanagement.models.UserContract.UpdateStages.WithLastName
withLastNameMethods inherited from interface com.azure.resourcemanager.apimanagement.models.UserContract.UpdateStages.WithNote
withNoteMethods inherited from interface com.azure.resourcemanager.apimanagement.models.UserContract.UpdateStages.WithPassword
withPasswordMethods inherited from interface com.azure.resourcemanager.apimanagement.models.UserContract.UpdateStages.WithState
withState
-
Method Details
-
apply
UserContract apply()Executes the update request.- Returns:
- the updated resource.
-
apply
Executes the update request.- Parameters:
context- The context to associate with this operation.- Returns:
- the updated resource.
-