WebHostingPlanOperationsExtensions.DeleteAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
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
A standard service response including an HTTP status code and request ID.
Applies to
Azure SDK for .NET