When I get information about hosting plan of a webapp using Microsoft.WindowsAzure.Management.WebSites.Models.WebSite.Sku
property I can get following options: Free, Shared, Basic, Standard.
But in the portal I see that Basic plan has small, middle and large instances (B1, B2, B3).
How can I determine instance size of current hosting plan using Azure.NET SDK?