Compartilhar via


WebHostingPlanOperationsExtensions.GetAsync Método

Definição

Obtém detalhes de um plano de hospedagem da Web existente (consulte http://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/ para obter mais informações)

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

Parâmetros

operations
IWebHostingPlanOperations

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

webSpaceName
String

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

webHostingPlanName
String

Obrigatórios. O nome do plano de hospedagem da Web.

Retornos

A resposta da operação Obter Plano de Hospedagem da Web.

Aplica-se a