IWebHostingPlanOperations.DeleteAsync Method (String, String, CancellationToken)
Deletes a Web Hosting Plan (see http://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/ for more information)
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Task<OperationResponse> DeleteAsync( string webSpaceName, string webHostingPlanName, CancellationToken cancellationToken )
Parameters
- webSpaceName
-
Type:
System.String
The name of the web space.
- webHostingPlanName
-
Type:
System.String
The name of the web hosting plan.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task<OperationResponse>A standard service response including an HTTP status code and request ID.
Show: