WebHostingPlanOperationsExtensions.ListAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.