WebHostingPlanOperationsExtensions.Delete Method

Definition

public static Microsoft.Azure.AzureOperationResponse Delete (this Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations operations, string webSpaceName, string webHostingPlanName);
static member Delete : Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations * string * string -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function Delete (operations As IWebHostingPlanOperations, webSpaceName As String, webHostingPlanName As String) As AzureOperationResponse

Parameters

operations
IWebHostingPlanOperations

Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations.

webSpaceName
String

Required. The name of the web space.

webHostingPlanName
String

Required. The name of the web hosting plan.

Returns

Microsoft.Azure.AzureOperationResponse

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

Applies to