Share via


WebHostingPlanOperationsExtensions クラス

 

Web サイトの管理 API は、web サイトの管理に Windows Azure の Web サイト サービスとやり取りする web サービスの RESTful セットを提供します。 API には、エンドユーザーと Windows Azure の Web サイト サービスの間のリレーションシップをキャプチャするエンティティがします。 (詳細については 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)

(詳細については https://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/を参照)、既存の Web ホスティング プランの詳細を取得します

GetAsync(IWebHostingPlanOperations, String, String)

(詳細については https://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/を参照)、既存の Web ホスティング プランの詳細を取得します

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/を参照)

スレッド セーフ

すべてのパブリック構造体 (Shared Visual Basic では) メンバーは、スレッド セーフです。 Aインスタンス メンバーの場合は、スレッド セーフであるとは限りません。

参照

Microsoft.WindowsAzure 名前空間

トップに戻る