Compartilhar via


Método WebSpaceOperationsExtensions.List

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 (em Microsoft.WindowsAzure.Management.WebSites.dll)

Uso

'Uso
Dim operations As IWebSpaceOperations
Dim returnValue As WebSpacesListResponse

returnValue = WebSpaceOperationsExtensions.List(operations)

Sintaxe

'Declaração
<ExtensionAttribute> _
Public Shared Function List ( _
    operations As IWebSpaceOperations _
) As WebSpacesListResponse
[ExtensionAttribute] 
public static WebSpacesListResponse List (
    IWebSpaceOperations operations
)
[ExtensionAttribute] 
public:
static WebSpacesListResponse^ List (
    IWebSpaceOperations^ operations
)
/** @attribute ExtensionAttribute() */ 
public static WebSpacesListResponse List (
    IWebSpaceOperations operations
)
ExtensionAttribute 
public static function List (
    operations : IWebSpaceOperations
) : WebSpacesListResponse

Parâmetros

  • operations
    Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.

Valor de retorno

The List Web Spaces operation response.

Segurança de thread

Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows 7 e Windows Server 2008

Plataformas de destino

Consulte também

Referência

Classe WebSpaceOperationsExtensions
Membros WebSpaceOperationsExtensions
Namespace Microsoft.WindowsAzure