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