WebHostingPlanOperationsExtensions Class

 

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 https://msdn.microsoft.com/en-us/library/windowsazure/dn166981.aspx for more information)

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.WebHostingPlanOperationsExtensions

Syntax

public static class WebHostingPlanOperationsExtensions
[ExtensionAttribute]
public ref class WebHostingPlanOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type WebHostingPlanOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class WebHostingPlanOperationsExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Create(IWebHostingPlanOperations, String, WebHostingPlanCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static CreateAsync(IWebHostingPlanOperations, String, WebHostingPlanCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static Delete(IWebHostingPlanOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static DeleteAsync(IWebHostingPlanOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static Get(IWebHostingPlanOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static GetAsync(IWebHostingPlanOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static GetHistoricalUsageMetrics(IWebHostingPlanOperations, String, String, WebHostingPlanGetHistoricalUsageMetricsParameters)

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

System_CAPS_pubmethodSystem_CAPS_static GetHistoricalUsageMetricsAsync(IWebHostingPlanOperations, String, String, WebHostingPlanGetHistoricalUsageMetricsParameters)

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

System_CAPS_pubmethodSystem_CAPS_static List(IWebHostingPlanOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static ListAsync(IWebHostingPlanOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static Update(IWebHostingPlanOperations, String, String, WebHostingPlanUpdateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static UpdateAsync(IWebHostingPlanOperations, String, String, WebHostingPlanUpdateParameters)

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure Namespace

Return to top