WebHostingPlanOperationsExtensions.DeleteAsync 方法

Deletes a Web Hosting Plan (see https://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/ for more information)

命名空间: Microsoft.WindowsAzure
程序集: Microsoft.WindowsAzure.Management.WebSites(在 Microsoft.WindowsAzure.Management.WebSites.dll 中)

使用

用法
Dim operations As IWebHostingPlanOperations
Dim webSpaceName As String
Dim webHostingPlanName As String
Dim returnValue As Task(Of OperationResponse)

returnValue = WebHostingPlanOperationsExtensions.DeleteAsync(operations, webSpaceName, webHostingPlanName)

语法

声明
<ExtensionAttribute> _
Public Shared Function DeleteAsync ( _
    operations As IWebHostingPlanOperations, _
    webSpaceName As String, _
    webHostingPlanName As String _
) As Task(Of OperationResponse)
[ExtensionAttribute] 
public static Task<OperationResponse> DeleteAsync (
    IWebHostingPlanOperations operations,
    string webSpaceName,
    string webHostingPlanName
)
[ExtensionAttribute] 
public:
static Task<OperationResponse^>^ DeleteAsync (
    IWebHostingPlanOperations^ operations, 
    String^ webSpaceName, 
    String^ webHostingPlanName
)
/** @attribute ExtensionAttribute() */ 
public static Task<OperationResponse> DeleteAsync (
    IWebHostingPlanOperations operations, 
    String webSpaceName, 
    String webHostingPlanName
)
ExtensionAttribute 
public static function DeleteAsync (
    operations : IWebHostingPlanOperations, 
    webSpaceName : String, 
    webHostingPlanName : String
) : Task<OperationResponse>

参数

  • operations
    Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations.
  • webSpaceName
    Required. The name of the web space.
  • webHostingPlanName
    Required. The name of the web hosting plan.

返回值

A standard service response including an HTTP status code and request ID.

线程安全

此类型的所有公开静态(在 Visual Basic 中为共享)成员均为线程安全型成员。但不保证所有实例成员都是线程安全的。

平台

开发平台

Windows Vista、Windows 7 和 Windows Server 2008

目标平台

另请参阅

参考

WebHostingPlanOperationsExtensions 类
WebHostingPlanOperationsExtensions 成员
Microsoft.WindowsAzure 命名空间