Compartilhar via


WebHostingPlanCreateParameters Constructor (String)

 

Initializes a new instance of the WebHostingPlanCreateParameters class with required arguments.

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

Syntax

public WebHostingPlanCreateParameters(
    string name
)
public:
WebHostingPlanCreateParameters(
    String^ name
)
new : 
        name:string -> WebHostingPlanCreateParameters
Public Sub New (
    name As String
)

See Also

WebHostingPlanCreateParameters Overload
WebHostingPlanCreateParameters Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top