WebHostingPlanOperationsExtensions.Delete 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 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
A standard service response including an HTTP status code and request ID.
Applies to
Azure SDK for .NET