WebHostingPlanOperationsExtensions Class

Definition

The Web Sites Management API provides a RESTful set of web services that interact with the Windows Azure Web Sites service to manage your web sites. The API has entities that capture the relationship between an end user and Windows Azure Web Sites service. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn166981.aspx for more information)

public static class WebHostingPlanOperationsExtensions
type WebHostingPlanOperationsExtensions = class
Public Module WebHostingPlanOperationsExtensions
Inheritance
WebHostingPlanOperationsExtensions

Methods

Create(IWebHostingPlanOperations, String, WebHostingPlanCreateParameters)

Creates a new Web Hosting Plan. (see http://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/ for more information)

CreateAsync(IWebHostingPlanOperations, String, WebHostingPlanCreateParameters)

Creates a new Web Hosting Plan. (see http://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/ for more information)

Delete(IWebHostingPlanOperations, String, String)

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)

DeleteAsync(IWebHostingPlanOperations, String, String)

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)

Get(IWebHostingPlanOperations, String, String)

Gets details of an existing Web Hosting Plan (see http://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/ for more information)

GetAsync(IWebHostingPlanOperations, String, String)

Gets details of an existing Web Hosting Plan (see http://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/ for more information)

GetHistoricalUsageMetrics(IWebHostingPlanOperations, String, String, WebHostingPlanGetHistoricalUsageMetricsParameters)

You can retrieve historical usage metrics for a site by issuing an HTTP GET request. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn166964.aspx for more information)

GetHistoricalUsageMetricsAsync(IWebHostingPlanOperations, String, String, WebHostingPlanGetHistoricalUsageMetricsParameters)

You can retrieve historical usage metrics for a site by issuing an HTTP GET request. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn166964.aspx for more information)

List(IWebHostingPlanOperations, String)

You can list the web spaces under the current subscription by issuing a GET request. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn166961.aspx for more information)

ListAsync(IWebHostingPlanOperations, String)

You can list the web spaces under the current subscription by issuing a GET request. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn166961.aspx for more information)

Update(IWebHostingPlanOperations, String, String, WebHostingPlanUpdateParameters)

Updates an existing Web Hosting Plan. (see http://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/ for more information)

UpdateAsync(IWebHostingPlanOperations, String, String, WebHostingPlanUpdateParameters)

Updates an existing Web Hosting Plan. (see http://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/ for more information)

Applies to