WebHostingPlanOperationsExtensions.GetAsync 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 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)

Parameters

operations
IWebHostingPlanOperations

Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations.

webSpaceName
String

Required. The name of the web space.

webHostingPlanName
String

Required. The name of the web hosting plan.

Returns

The Get Web Hosting Plan operation response.

Applies to