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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

System_CAPS_pubmethod 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