IWebHostingPlanOperations.ListAsync Method (String, CancellationToken)
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)
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Task<WebHostingPlanListResponse> ListAsync(
string webSpaceName,
CancellationToken cancellationToken
)
Parameters
- webSpaceName
-
Type:
System.String
The name of the web space.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task<WebHostingPlanListResponse>The List Web Hosting Plans operation response.
Show: