WebHostingPlanOperationsExtensions.List 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 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.