Share via


IWebHostingPlanOperations.DeleteAsync Method (String, String, CancellationToken)

 

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)

Namespace:   Microsoft.WindowsAzure.Management.WebSites
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Syntax

Task<OperationResponse> DeleteAsync(
    string webSpaceName,
    string webHostingPlanName,
    CancellationToken cancellationToken
)
Task<OperationResponse^>^ DeleteAsync(
    String^ webSpaceName,
    String^ webHostingPlanName,
    CancellationToken cancellationToken
)
abstract DeleteAsync : 
        webSpaceName:string *
        webHostingPlanName:string *
        cancellationToken:CancellationToken -> Task<OperationResponse>
Function DeleteAsync (
    webSpaceName As String,
    webHostingPlanName As String,
    cancellationToken As CancellationToken
) As Task(Of OperationResponse)

Parameters

  • webHostingPlanName
    Type: System.String

    The name of the web hosting plan.

Return Value

Type: System.Threading.Tasks.Task<OperationResponse>

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

See Also

IWebHostingPlanOperations Interface
Microsoft.WindowsAzure.Management.WebSites Namespace

Return to top