Compartilhar via


Método WebHostingPlanOperationsExtensions.GetAsync

Gets details of an existing Web Hosting Plan (see https://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/ 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 webHostingPlanName As String
Dim returnValue As Task(Of WebHostingPlanGetResponse)

returnValue = WebHostingPlanOperationsExtensions.GetAsync(operations, webSpaceName, webHostingPlanName)

Sintaxe

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

Parâmetros

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

Valor de retorno

The Get Web Hosting Plan 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