WebSiteCreateParameters Class

Definition

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