次の方法で共有


WebHostingPlanOperationsExtensions.Delete メソッド

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)

名前空間: Microsoft.WindowsAzure
アセンブリ: Microsoft.WindowsAzure.Management.WebSites (Microsoft.WindowsAzure.Management.WebSites.dll)

使用方法

'使用
Dim operations As IWebHostingPlanOperations
Dim webSpaceName As String
Dim webHostingPlanName As String
Dim returnValue As OperationResponse

returnValue = WebHostingPlanOperationsExtensions.Delete(operations, webSpaceName, webHostingPlanName)

構文

'宣言
<ExtensionAttribute> _
Public Shared Function Delete ( _
    operations As IWebHostingPlanOperations, _
    webSpaceName As String, _
    webHostingPlanName As String _
) As OperationResponse
[ExtensionAttribute] 
public static OperationResponse Delete (
    IWebHostingPlanOperations operations,
    string webSpaceName,
    string webHostingPlanName
)
[ExtensionAttribute] 
public:
static OperationResponse^ Delete (
    IWebHostingPlanOperations^ operations, 
    String^ webSpaceName, 
    String^ webHostingPlanName
)
/** @attribute ExtensionAttribute() */ 
public static OperationResponse Delete (
    IWebHostingPlanOperations operations, 
    String webSpaceName, 
    String webHostingPlanName
)
ExtensionAttribute 
public static function Delete (
    operations : IWebHostingPlanOperations, 
    webSpaceName : String, 
    webHostingPlanName : String
) : OperationResponse

パラメーター

  • operations
    Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations.
  • webSpaceName
    Required. The name of the web space.
  • webHostingPlanName
    Required. The name of the web hosting plan.

戻り値

A standard service response including an HTTP status code and request ID.

スレッド セーフ

この型の public static (Visual Basic では Shared) メンバーはすべてスレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

Windows Vista、Windows 7 および Windows Server 2008

ターゲット プラットフォーム

関連項目

リファレンス

WebHostingPlanOperationsExtensions クラス
WebHostingPlanOperationsExtensions のメンバー
Microsoft.WindowsAzure 名前空間