Compartilhar via


WebHostingPlanOperationsExtensions.List 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 Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanListResponse List (this Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations operations, string webSpaceName);
static member List : Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations * string -> Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanListResponse
<Extension()>
Public Function List (operations As IWebHostingPlanOperations, webSpaceName As String) As 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