WebHostingPlanOperationsExtensions.CreateAsync Method (IWebHostingPlanOperations, String, WebHostingPlanCreateParameters)

 

Creates a new Web Hosting Plan. (see https://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)

Syntax

public static Task<WebHostingPlanCreateResponse> CreateAsync(
    this IWebHostingPlanOperations operations,
    string webSpaceName,
    WebHostingPlanCreateParameters parameters
)
public:
[ExtensionAttribute]
static Task<WebHostingPlanCreateResponse^>^ CreateAsync(
    IWebHostingPlanOperations^ operations,
    String^ webSpaceName,
    WebHostingPlanCreateParameters^ parameters
)
static member CreateAsync : 
        operations:IWebHostingPlanOperations *
        webSpaceName:string *
        parameters:WebHostingPlanCreateParameters -> Task<WebHostingPlanCreateResponse>
<ExtensionAttribute>
Public Shared Function CreateAsync (
    operations As IWebHostingPlanOperations,
    webSpaceName As String,
    parameters As WebHostingPlanCreateParameters
) As Task(Of WebHostingPlanCreateResponse)

Parameters

  • webSpaceName
    Type: System.String

    Required. The name of the web space.

Return Value

Type: System.Threading.Tasks.Task<WebHostingPlanCreateResponse>

The Create Web Web Hosting Plan operation response.

See Also

WebHostingPlanOperationsExtensions Class
Microsoft.WindowsAzure Namespace

Return to top