Compartilhar via


Método WebHostingPlanOperationsExtensions.ListAsync (IWebHostingPlanOperations, String)

 

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<WebHostingPlanListResponse> ListAsync(
    this IWebHostingPlanOperations operations,
    string webSpaceName
)
public:
[ExtensionAttribute]
static Task<WebHostingPlanListResponse^>^ ListAsync(
    IWebHostingPlanOperations^ operations,
    String^ webSpaceName
)
static member ListAsync : 
        operations:IWebHostingPlanOperations *
        webSpaceName:string -> Task<WebHostingPlanListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
    operations As IWebHostingPlanOperations,
    webSpaceName As String
) As Task(Of WebHostingPlanListResponse)

Parâmetros

  • webSpaceName
    Type: System.String

    Obrigatório. O nome do espaço da web.

Valor de retorno

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

A resposta da operação lista planos na Web de hospedagem.

Consulte também

Classe WebHostingPlanOperationsExtensions
Namespace Microsoft.WindowsAzure

Retornar ao topo