WebSpaceOperationsExtensions.ListWebSites 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 retrieve a list of all web sites in a web space by issuing an HTTP GET request. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn236429.aspx for more information)
public static Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListWebSitesResponse ListWebSites (this Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations operations, string webSpaceName, Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteListParameters parameters);
static member ListWebSites : Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations * string * Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteListParameters -> Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListWebSitesResponse
<Extension()>
Public Function ListWebSites (operations As IWebSpaceOperations, webSpaceName As String, parameters As WebSiteListParameters) As WebSpacesListWebSitesResponse
Parameters
- operations
- IWebSpaceOperations
Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.
- webSpaceName
- String
Required. The name of the web space.
- parameters
- WebSiteListParameters
Optional. Additional parameters.
Returns
The List Web Sites operation response.
Applies to
Azure SDK for .NET