WebSiteCreateParameters Class
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.
Parameters supplied to the Create Web Site operation.
public class WebSiteCreateParameters
type WebSiteCreateParameters = class
Public Class WebSiteCreateParameters
- Inheritance
-
WebSiteCreateParameters
Constructors
WebSiteCreateParameters() |
Initializes a new instance of the WebSiteCreateParameters class. |
WebSiteCreateParameters(String, String) |
Initializes a new instance of the WebSiteCreateParameters class with required arguments. |
Properties
Name |
Required. The name of the web site. This should match the host name in the default domain. |
ServerFarm |
Required. The name of the Server Farm (Web Hosting Plan) associated with this web site. This is a required value. Server Farm must already exist. |
WebSpace |
Optional. Information about the web space to create. |
Applies to
Azure SDK for .NET