WebHostingPlanOperationsExtensions.ListAsync 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 System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanListResponse> ListAsync (this Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations operations, string webSpaceName);
static member ListAsync : Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanListResponse>
<Extension()>
Public Function ListAsync (operations As IWebHostingPlanOperations, webSpaceName As String) As Task(Of 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