Compartilhar via


WebHostingPlanOperationsExtensions.ListAsync Método

Definição

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

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanListResponse> ListAsync (this Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations operations, string webSpaceName);
static member ListAsync : Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanListResponse>
<Extension()>
Public Function ListAsync (operations As IWebHostingPlanOperations, webSpaceName As String) As Task(Of WebHostingPlanListResponse)

Parâmetros

operations
IWebHostingPlanOperations

Referência a Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations.

webSpaceName
String

Obrigatórios. O nome do espaço da Web.

Retornos

A resposta da operação Listar Planos de Hospedagem na Web.

Aplica-se a