Compartilhar via


IWebHostingPlanOperations.GetAsync(String, String, CancellationToken) 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 System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanGetResponse> GetAsync(string webSpaceName, string webHostingPlanName, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanGetResponse>
Public Function GetAsync (webSpaceName As String, webHostingPlanName As String, cancellationToken As CancellationToken) As Task(Of WebHostingPlanGetResponse)

Parâmetros

webSpaceName
String

O nome do espaço da Web.

webHostingPlanName
String

O nome do plano de hospedagem na Web.

cancellationToken
CancellationToken

Token de cancelamento.

Retornos

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

Aplica-se a