WebHostingPlanOperationsExtensions 类
网站管理 API 提供了一组 RESTful 与 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) | 创建新 Web 托管计划。 (请参阅 https://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/ 有关详细信息) |
|
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) | 删除 Web 托管计划 (请参阅 https://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/ 有关详细信息) |
|
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)成员都是线程安全的。但不保证所有实例成员都是线程安全的。
请参阅
返回页首