Share via


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)

Syntax

public interface IWebHostingPlanOperations
public interface class IWebHostingPlanOperations
type IWebHostingPlanOperations = interface end
Public Interface IWebHostingPlanOperations

Methods

Name Description
CreateAsync(String, WebHostingPlanCreateParameters, CancellationToken)

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)

DeleteAsync(String, String, CancellationToken)

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)

GetAsync(String, String, CancellationToken)

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)

GetHistoricalUsageMetricsAsync(String, String, WebHostingPlanGetHistoricalUsageMetricsParameters, CancellationToken)

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)

ListAsync(String, CancellationToken)

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)

UpdateAsync(String, String, WebHostingPlanUpdateParameters, CancellationToken)

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)

Extension Methods

Name Description
Create(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)(Defined by WebHostingPlanOperationsExtensions.)

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

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

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

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

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

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

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

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

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

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

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

See Also

Microsoft.WindowsAzure.Management.WebSites Namespace

Return to top