Unless this has changed in Unity 3, the only built-in rectangle primitive that's available is subdivided (as in your image). However, you can create a simple 'quad' model and import it, or create an appropriate mesh procedurally. (I believe there's actually a script somewhere on the wiki that creates a plane at a specified subdivision level and saves it as a mesh asset.)