IWebHostingPlanOperations Interface

 

Operations for managing web hosting plans beneath your subscription.

Namespace:   Microsoft.WindowsAzure.Management.WebSites
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

public interface class IWebHostingPlanOperations

NameDescription
System_CAPS_pubmethodCreateAsync(String^, WebHostingPlanCreateParameters^, CancellationToken)

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)

System_CAPS_pubmethodDeleteAsync(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)

System_CAPS_pubmethodGetAsync(String^, String^, CancellationToken)

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)

System_CAPS_pubmethodGetHistoricalUsageMetricsAsync(String^, String^, WebHostingPlanGetHistoricalUsageMetricsParameters^, CancellationToken)

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)

System_CAPS_pubmethodListAsync(String^, CancellationToken)

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)

System_CAPS_pubmethodUpdateAsync(String^, String^, WebHostingPlanUpdateParameters^, CancellationToken)

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)

NameDescription
System_CAPS_pubmethodCreate(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)(Defined by WebHostingPlanOperationsExtensions.)

System_CAPS_pubmethodCreateAsync(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)(Defined by WebHostingPlanOperationsExtensions.)

System_CAPS_pubmethodDelete(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)(Defined by WebHostingPlanOperationsExtensions.)

System_CAPS_pubmethodDeleteAsync(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)(Defined by WebHostingPlanOperationsExtensions.)

System_CAPS_pubmethodGet(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)(Defined by WebHostingPlanOperationsExtensions.)

System_CAPS_pubmethodGetAsync(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)(Defined by WebHostingPlanOperationsExtensions.)

System_CAPS_pubmethodGetHistoricalUsageMetrics(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)(Defined by WebHostingPlanOperationsExtensions.)

System_CAPS_pubmethodGetHistoricalUsageMetricsAsync(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)(Defined by WebHostingPlanOperationsExtensions.)

System_CAPS_pubmethodList(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)(Defined by WebHostingPlanOperationsExtensions.)

System_CAPS_pubmethodListAsync(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)(Defined by WebHostingPlanOperationsExtensions.)

System_CAPS_pubmethodUpdate(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)(Defined by WebHostingPlanOperationsExtensions.)

System_CAPS_pubmethodUpdateAsync(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)(Defined by WebHostingPlanOperationsExtensions.)

Return to top
Show: