Share via


WebSite.WebSiteProperties Class

 

Represents the properties of a web site.

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.WebSites.Models.WebSite.WebSiteProperties

Syntax

public class WebSiteProperties
public ref class WebSiteProperties 
type WebSiteProperties = class end
Public Class WebSiteProperties

Constructors

Name Description
WebSite.WebSiteProperties()

Initializes a new instance of the WebSite.WebSiteProperties class.

Properties

Name Description
AppSettings

Gets or sets a collection of name and value pairs that contain application settings for a web site.

Metadata

Gets or sets a collection of name and value pairs that contain metadata information for a web site.

Properties

Gets or sets a collection of name and value pairs that contain properties for a web site.

Methods

Name Description
Equals(Object)

(Inherited from Object.)

Finalize()

(Inherited from Object.)

GetHashCode()

(Inherited from Object.)

GetType()

(Inherited from Object.)

MemberwiseClone()

(Inherited from Object.)

ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top