IWebHostingPlanOperations.GetAsync(String, String, CancellationToken) Method

Definition

Gets details of an existing Web Hosting Plan (see http://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/ for more information)

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)

Parameters

webSpaceName
String

The name of the web space.

webHostingPlanName
String

The name of the web hosting plan.

cancellationToken
CancellationToken

Cancellation token.

Returns

The Get Web Hosting Plan operation response.

Applies to