WebHostingPlanOperationsExtensions Methods

 

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreate(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)

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

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

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

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

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

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

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

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

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

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

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

Return to top
Show: