示例#1
0
 public static void DeleteWebSpace(this IWebsitesServiceManagement proxy, string subscriptionId, string name)
 {
     proxy.EndDeleteWebSpace(proxy.BeginDeleteWebSpace(subscriptionId, name, null, null));
 }