WebHostingPlanOperationsExtensions.ListAsync Method (IWebHostingPlanOperations, String)

 

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)

Namespace:   Microsoft.WindowsAzure
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

<ExtensionAttribute>
Public Shared Function ListAsync (
	operations As IWebHostingPlanOperations,
	webSpaceName As String
) As Task(Of WebHostingPlanListResponse)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations

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

webSpaceName
Type: System.String

Required. The name of the web space.

Return Value

Type: System.Threading.Tasks.Task(Of WebHostingPlanListResponse)

The List Web Hosting Plans operation response.

Return to top
Show: