WebHostingPlanOperationsExtensions.Create Method

Definition

public static Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanCreateResponse Create (this Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations operations, string webSpaceName, Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanCreateParameters parameters);
static member Create : Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations * string * Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanCreateParameters -> Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanCreateResponse
<Extension()>
Public Function Create (operations As IWebHostingPlanOperations, webSpaceName As String, parameters As WebHostingPlanCreateParameters) As WebHostingPlanCreateResponse

Parameters

operations
IWebHostingPlanOperations

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

webSpaceName
String

Required. The name of the web space.

parameters
WebHostingPlanCreateParameters

Required. Web Hosting Plan Parameters.

Returns

The Create Web Web Hosting Plan operation response.

Applies to