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
operations
Type: Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperationsReferência para o Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.
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