WebHostingPlanCreateParameters Constructors
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.
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