WebSpaceOperationsExtensions.ListAsync 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 Task<WebSpacesListResponse> ListAsync(
this IWebSpaceOperations operations
)
public:
[ExtensionAttribute]
static Task<WebSpacesListResponse^>^ ListAsync(
IWebSpaceOperations^ operations
)
static member ListAsync :
operations:IWebSpaceOperations -> Task<WebSpacesListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
operations As IWebSpaceOperations
) As Task(Of WebSpacesListResponse)
Parameters
operations
Type: Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperationsReference to the Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.
Return Value
Type: System.Threading.Tasks.Task<WebSpacesListResponse>
The List Web Spaces operation response.
See Also
WebSpaceOperationsExtensions Class
Microsoft.WindowsAzure Namespace
Return to top