WebSpaceOperationsExtensions.List Method (IWebSpaceOperations)
You can list the web spaces under the current subscription by issuing a GET request. (see https://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)
Syntax
public static WebSpacesListResponse List(
this IWebSpaceOperations operations
)
public:
[ExtensionAttribute]
static WebSpacesListResponse^ List(
IWebSpaceOperations^ operations
)
static member List :
operations:IWebSpaceOperations -> WebSpacesListResponse
<ExtensionAttribute>
Public Shared Function List (
operations As IWebSpaceOperations
) As WebSpacesListResponse
Parameters
operations
Type: Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperationsReference to the Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.
Return Value
Type: Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListResponse
The List Web Spaces operation response.
See Also
WebSpaceOperationsExtensions Class
Microsoft.WindowsAzure Namespace
Return to top