次の方法で共有


WebHostingPlanOperationsExtensions.List メソッド

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)

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

使用方法

'使用
Dim operations As IWebHostingPlanOperations
Dim webSpaceName As String
Dim returnValue As WebHostingPlanListResponse

returnValue = WebHostingPlanOperationsExtensions.List(operations, webSpaceName)

構文

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

パラメーター

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

戻り値

The List Web Hosting Plans operation response.

スレッド セーフ

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

プラットフォーム

開発プラットフォーム

Windows Vista、Windows 7 および Windows Server 2008

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

関連項目

リファレンス

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