Compartilhar via


Método WebHostingPlanOperationsExtensions.List

You can list the web spaces under the current subscription by issuing a GET request. (see https://msdn.microsoft.com/en-us/library/windowsazure/dn166961.aspx for more information)

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

Uso

'Uso
Dim operations As IWebHostingPlanOperations
Dim webSpaceName As String
Dim returnValue As WebHostingPlanListResponse

returnValue = WebHostingPlanOperationsExtensions.List(operations, webSpaceName)

Sintaxe

'Declaração
<ExtensionAttribute> _
Public Shared Function List ( _
    operations As IWebHostingPlanOperations, _
    webSpaceName As String _
) As WebHostingPlanListResponse
[ExtensionAttribute] 
public static WebHostingPlanListResponse List (
    IWebHostingPlanOperations operations,
    string webSpaceName
)
[ExtensionAttribute] 
public:
static WebHostingPlanListResponse^ List (
    IWebHostingPlanOperations^ operations, 
    String^ webSpaceName
)
/** @attribute ExtensionAttribute() */ 
public static WebHostingPlanListResponse List (
    IWebHostingPlanOperations operations, 
    String webSpaceName
)
ExtensionAttribute 
public static function List (
    operations : IWebHostingPlanOperations, 
    webSpaceName : String
) : WebHostingPlanListResponse

Parâmetros

  • operations
    Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations.
  • webSpaceName
    Required. The name of the web space.

Valor de retorno

The List Web Hosting Plans operation response.

Segurança de thread

Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows 7 e Windows Server 2008

Plataformas de destino

Consulte também

Referência

Classe WebHostingPlanOperationsExtensions
Membros WebHostingPlanOperationsExtensions
Namespace Microsoft.WindowsAzure