Interface User.DefinitionStages.WithCreate

All Superinterfaces:
User.DefinitionStages.WithEncryptedPassword, User.DefinitionStages.WithShareAccessRights
All Known Subinterfaces:
User.Definition
Enclosing interface:
User.DefinitionStages

public static interface User.DefinitionStages.WithCreate extends User.DefinitionStages.WithEncryptedPassword, User.DefinitionStages.WithShareAccessRights
The stage of the User definition which contains all the minimum required properties for the resource to be created, but also allows for any other optional properties to be specified.
  • Method Details

    • create

      User create()
      Executes the create request.
      Returns:
      the created resource.
    • create

      User create(com.azure.core.util.Context context)
      Executes the create request.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the created resource.