WebHostingPlanOperationsExtensions.Delete Method (IWebHostingPlanOperations, String, String)

 

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
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Syntax

public static OperationResponse Delete(
    this IWebHostingPlanOperations operations,
    string webSpaceName,
    string webHostingPlanName
)
public:
[ExtensionAttribute]
static OperationResponse^ Delete(
    IWebHostingPlanOperations^ operations,
    String^ webSpaceName,
    String^ webHostingPlanName
)
static member Delete : 
        operations:IWebHostingPlanOperations *
        webSpaceName:string *
        webHostingPlanName:string -> OperationResponse
<ExtensionAttribute>
Public Shared Function Delete (
    operations As IWebHostingPlanOperations,
    webSpaceName As String,
    webHostingPlanName As String
) As OperationResponse

Parameters

  • webSpaceName
    Type: System.String

    Required. The name of the web space.

  • webHostingPlanName
    Type: System.String

    Required. The name of the web hosting plan.

Return Value

Type: Microsoft.WindowsAzure.OperationResponse

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

See Also

WebHostingPlanOperationsExtensions Class
Microsoft.WindowsAzure Namespace

Return to top