WebHostingPlanOperationsExtensions.List Method

Definition

You can list the web spaces under the current subscription by issuing a GET request. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn166961.aspx for more information)

public static Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanListResponse List (this Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations operations, string webSpaceName);
static member List : Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations * string -> Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanListResponse
<Extension()>
Public Function List (operations As IWebHostingPlanOperations, webSpaceName As String) As WebHostingPlanListResponse

Parameters

operations
IWebHostingPlanOperations

Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations.

webSpaceName
String

Required. The name of the web space.

Returns

The List Web Hosting Plans operation response.

Applies to