共用方式為


WebHostingPlanOperationsExtensions 類別

 

網站管理 API 提供了一套與 Windows Azure 網站服務來管理您的網站互動的 web 服務。 此 API 具有可擷取使用者與 Windows Azure 網站服務之間的關聯性的實體。 (請參閱 https://msdn.microsoft.com/en-us/library/windowsazure/dn166981.aspx 如需詳細資訊)

命名空間:   Microsoft.WindowsAzure
組件:  Microsoft.WindowsAzure.Management.WebSites (在 Microsoft.WindowsAzure.Management.WebSites.dll 中)

繼承階層架構

System.Object
Microsoft.WindowsAzure.WebHostingPlanOperationsExtensions

語法

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

方法

名稱 描述
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)

建立新 Web 主控方案。 (請參閱 https://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/ 如需詳細資訊)

Delete(IWebHostingPlanOperations, String, String)

刪除 Web 主控方案 (請參閱 https://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/ 如需詳細資訊)

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)

取得現有 Web 主控方案詳細的資料 (請參閱 https://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/ 如需詳細資訊)

GetAsync(IWebHostingPlanOperations, String, String)

取得現有 Web 主控方案詳細的資料 (請參閱 https://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/ 如需詳細資訊)

GetHistoricalUsageMetrics(IWebHostingPlanOperations, String, String, WebHostingPlanGetHistoricalUsageMetricsParameters)

透過發出 HTTP GET 要求,您可以擷取網站的歷程記錄使用量度量。 (請參閱 https://msdn.microsoft.com/en-us/library/windowsazure/dn166964.aspx 如需詳細資訊)

GetHistoricalUsageMetricsAsync(IWebHostingPlanOperations, String, String, WebHostingPlanGetHistoricalUsageMetricsParameters)

透過發出 HTTP GET 要求,您可以擷取網站的歷程記錄使用量度量。 (請參閱 https://msdn.microsoft.com/en-us/library/windowsazure/dn166964.aspx 如需詳細資訊)

List(IWebHostingPlanOperations, String)

您可以透過發出 GET 要求來列出目前訂閱底下的 web 空間。 (請參閱 https://msdn.microsoft.com/en-us/library/windowsazure/dn166961.aspx 如需詳細資訊)

ListAsync(IWebHostingPlanOperations, String)

您可以透過發出 GET 要求來列出目前訂閱底下的 web 空間。 (請參閱 https://msdn.microsoft.com/en-us/library/windowsazure/dn166961.aspx 如需詳細資訊)

Update(IWebHostingPlanOperations, String, String, WebHostingPlanUpdateParameters)

更新現有 Web 主控方案。 (請參閱 https://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/ 如需詳細資訊)

UpdateAsync(IWebHostingPlanOperations, String, String, WebHostingPlanUpdateParameters)

更新現有 Web 主控方案。 (請參閱 https://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/ 如需詳細資訊)

執行緒安全

這個類型的任何公用靜態 (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。

請參閱

Microsoft.WindowsAzure 命名空間

回到頁首