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
System_CAPS_pubmethod WebSite.WebSiteProperties()

Initializes a new instance of the WebSite.WebSiteProperties class.

Properties

Name Description
System_CAPS_pubproperty AppSettings

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

System_CAPS_pubproperty Metadata

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

System_CAPS_pubproperty Properties

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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