WebHostingPlanOperationsExtensions.DeleteAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> DeleteAsync (this Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations operations, string webSpaceName, string webHostingPlanName);
static member DeleteAsync : Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function DeleteAsync (operations As IWebHostingPlanOperations, webSpaceName As String, webHostingPlanName As String) As Task(Of 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

Task<Microsoft.Azure.AzureOperationResponse>

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

Applies to