WebSiteUpdateParameters Class

 

Represents the parameters that are used to the update a web site.

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

System.Object
  Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateParameters

Public Class WebSiteUpdateParameters

NameDescription
System_CAPS_pubmethodWebSiteUpdateParameters()

Initializes a new instance of the WebSiteUpdateParameters class.

NameDescription
System_CAPS_pubpropertyHostNames

Gets or sets an array of public hostnames for the web site, including custom domains.

System_CAPS_pubpropertyHostNameSslStates

Gets or sets a collection of WebSite.WebSiteHostNameSslState objects that lists the SSL states that are bound to the web site.

System_CAPS_pubpropertyServerFarm

Gets or sets the name of a server farm.

System_CAPS_pubpropertyState

Gets or sets an T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteState value that specifies the state of the web site.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: