WebHostingPlanCreateParameters Constructors

Definition

Overloads

WebHostingPlanCreateParameters()

Initializes a new instance of the WebHostingPlanCreateParameters class.

WebHostingPlanCreateParameters(String)

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

WebHostingPlanCreateParameters()

Initializes a new instance of the WebHostingPlanCreateParameters class.

public WebHostingPlanCreateParameters ();
Public Sub New ()

Applies to

WebHostingPlanCreateParameters(String)

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

public WebHostingPlanCreateParameters (string name);
new Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanCreateParameters : string -> Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanCreateParameters
Public Sub New (name As String)

Parameters

name
String

Applies to