WebHostingPlanOperationsExtensions.CreateAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanCreateResponse> CreateAsync (this Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations operations, string webSpaceName, Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanCreateParameters parameters);
static member CreateAsync : Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations * string * Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanCreateParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanCreateResponse>
<Extension()>
Public Function CreateAsync (operations As IWebHostingPlanOperations, webSpaceName As String, parameters As WebHostingPlanCreateParameters) As Task(Of 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