Compartilhar via


Método WebSpaceOperationsExtensions.ListAsync (IWebSpaceOperations)

 

Você pode listar os espaços da web na assinatura atual emitindo uma solicitação GET. (consulte https://msdn.microsoft.com/en-us/library/windowsazure/dn166961.aspx para obter mais informações)

Namespace:   Microsoft.WindowsAzure
Assembly:  Microsoft.WindowsAzure.Management.WebSites (em Microsoft.WindowsAzure.Management.WebSites.dll)

Sintaxe

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)

Parâmetros

Valor de retorno

Type: System.Threading.Tasks.Task<WebSpacesListResponse>

A resposta da operação espaços na Web de lista.

Consulte também

Classe WebSpaceOperationsExtensions
Namespace Microsoft.WindowsAzure

Retornar ao topo