Share via


WebSiteUpdateConfigurationParameters Class

 

Represents the parameters that are used to update the configuration 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.WebSiteUpdateConfigurationParameters

Syntax

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

Constructors

Name Description
WebSiteUpdateConfigurationParameters()

Initializes a new instance of the WebSiteUpdateConfigurationParameters class.

Properties

Name Description
AlwaysOn

Optional. Indicates if site's Always On feature enabled.

AppSettings

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

ConnectionStrings

Gets or sets a collection of WebSiteUpdateConfigurationParameters.ConnectionStringInfo objects that define the connection strings for databases and other external resources.

DefaultDocuments

Gets or sets a collection that contains, in order of preference, the names of the files that a web site returns when the web site's domain name is requested by itself.

DetailedErrorLoggingEnabled

Gets or sets whether detailed error logging is enabled.

DocumentRoot

Optional. The document root.

HandlerMappings

Gets or sets a collection of WebSiteGetConfigurationResponse.HandlerMapping objects that define the custom executable programs for handling requests for specific file name extensions.

HttpLoggingEnabled

Gets or sets whether HTTP error logging is enabled.

LogsDirectorySizeLimit

Optional. The size limit of the logs directory.

ManagedPipelineMode

Optional. The managed pipeline mode.

Metadata

Gets or sets a collection of name and value pairs for source control or other information.

NetFrameworkVersion

Gets or sets the .NET Framework version.

NumberOfWorkers

Gets or sets the number of web workers that are allotted to the web site.

PhpVersion

Gets or sets the PHP version of the web site.

RemoteDebuggingEnabled

Optional. Indicates if remote debugging is enabled.

RemoteDebuggingVersion

Optional. The remote debugging version.

RequestTracingEnabled

Gets or sets whether request tracing is enabled.

RequestTracingExpirationTime

Gets or sets the time that remains until request tracing expires.

RoutingRules

Optional. List of routing rules for the website.

ScmType

Gets or sets the source control method that the web site is using.

Use32BitWorkerProcess

Gets or sets whether 32-bit mode is enabled.

WebSocketsEnabled

Optional. Indicates if Web Sockets are enabled.

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