Uses of Interface
com.azure.resourcemanager.apimanagement.models.UserContract.DefinitionStages.WithCreate
Packages that use UserContract.DefinitionStages.WithCreate
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of UserContract.DefinitionStages.WithCreate in com.azure.resourcemanager.apimanagement.models
Subinterfaces of UserContract.DefinitionStages.WithCreate in com.azure.resourcemanager.apimanagement.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the UserContract definition.Methods in com.azure.resourcemanager.apimanagement.models that return UserContract.DefinitionStages.WithCreateModifier and TypeMethodDescriptionUserContract.DefinitionStages.WithAppType.withAppType(AppType appType) Specifies the appType property: Determines the type of application which send the create user request.UserContract.DefinitionStages.WithConfirmation.withConfirmation(Confirmation confirmation) Specifies the confirmation property: Determines the type of confirmation e-mail that will be sent to the newly created user..Specifies the email property: Email address.UserContract.DefinitionStages.WithParentResource.withExistingService(String resourceGroupName, String serviceName) Specifies resourceGroupName, serviceName.UserContract.DefinitionStages.WithFirstName.withFirstName(String firstName) Specifies the firstName property: First name..UserContract.DefinitionStages.WithIdentities.withIdentities(List<UserIdentityContractInner> identities) Specifies the identities property: Collection of user identities..UserContract.DefinitionStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.UserContract.DefinitionStages.WithLastName.withLastName(String lastName) Specifies the lastName property: Last name..Specifies the note property: Optional note about a user set by the administrator..UserContract.DefinitionStages.WithNotify.withNotify(Boolean notify) Specifies the notify property: Send an Email notification to the User..UserContract.DefinitionStages.WithPassword.withPassword(String password) Specifies the password property: User Password.Specifies the state property: Account state.