Compartilhar via


WebHostingPlanOperationsExtensions.Get Método

Definição

Obtém detalhes de um plano de hospedagem na 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 Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanGetResponse Get (this Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations operations, string webSpaceName, string webHostingPlanName);
static member Get : Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations * string * string -> Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanGetResponse
<Extension()>
Public Function Get (operations As IWebHostingPlanOperations, webSpaceName As String, webHostingPlanName As String) As WebHostingPlanGetResponse

Parâmetros

operations
IWebHostingPlanOperations

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

webSpaceName
String

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

webHostingPlanName
String

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

Retornos

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

Aplica-se a