WebHostingPlanOperationsExtensions.Create Method (IWebHostingPlanOperations, String, WebHostingPlanCreateParameters)

 

Creates a new Web Hosting Plan. (see http://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/ for more information)

Namespace:   Microsoft.WindowsAzure
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

<ExtensionAttribute>
Public Shared Function Create (
	operations As IWebHostingPlanOperations,
	webSpaceName As String,
	parameters As WebHostingPlanCreateParameters
) As WebHostingPlanCreateResponse

Parameters

operations
Type: Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations

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

webSpaceName
Type: System.String

Required. The name of the web space.

parameters
Type: Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanCreateParameters

Required. Web Hosting Plan Parameters.

Return Value

Type: Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanCreateResponse

The Create Web Web Hosting Plan operation response.

Return to top
Show: