WebHostingPlanOperationsExtensions.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
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
Azure SDK for .NET