WebSite Members
Represents a web site.
The following tables list the members exposed by the WebSite type.
Public Constructors
Name | Description | |
---|---|---|
WebSite | Initializes a new instance of the WebSite class. |
Top
Public Properties
Name | Description | |
---|---|---|
AdminEnabled | Gets whether the web site administrator is enabled. | |
AvailabilityState | Gets or sets an WebSpaceAvailabilityState value that specifies the availability of management information for the web site. | |
Enabled | Gets or sets a whether the web site is enabled. | |
EnabledHostNames | Gets or sets an array of enabled hostnames for the web site. | |
HostNames | Gets or sets an array of public hostnames for the web site, including custom domains. | |
HostNameSslStates | Gets or sets a collection of WebSiteHostNameSslState objects that lists the SSL states that are bound to the web site. | |
LastModifiedTimeUtc | Gets or sets a DateTime object that contains, in Coordinated Universal Time, the last time the web site was modified. | |
Name | Gets or sets the name of the web site. | |
RepositorySiteName | Gets or sets the name of the repository web site. | |
RuntimeAvailabilityState | Gets or sets an WebSiteRuntimeAvailabilityState value that specifies the runtime availability state of the web site. | |
ServerFarm | Gets or sets the name of a server farm. | |
SiteProperties | Gets or sets an WebSiteProperties value that specifies the properties of the web site. | |
Sku | Optional. The SKU of a Server Farm (Web Hosting Plan) where site belongs to. | |
State | Gets or sets an WebSiteState value that specifies the state of the web site. | |
Uri | Gets or sets a direct URL to the web site endpoint. | |
UsageState | Gets or sets an WebSiteUsageState value that specifies the usage state of the web site. | |
WebSpace | Gets the name of the web space in which the web site is located. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
WebSite Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace