WebHostingPlanOperationsExtensions.Get 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 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

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