Code: https://github.com/WindowsAzure/azure-sdk-for-net/blob/dev/microsoft-azure-servicelayer/Microsoft.WindowsAzure.ServiceLayer/ServiceBus/QueueInfo.cs I would like to suggest - uri property to be removed and - name property to be renamed as "path" Advantages: - To have queueinfo class similar to the convenience layer http://msdn.microsoft.com/en-us/library/windowsazure/microsoft.servicebus.messaging.queuedescription.aspx - This would also make consuming the path (which is a string) easier in a javascript app