WebSiteUpdateConfigurationParameters Properties

 

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

Properties

Name Description
System_CAPS_pubproperty AlwaysOn

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

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 ConnectionStrings

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

System_CAPS_pubproperty 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.

System_CAPS_pubproperty DetailedErrorLoggingEnabled

Gets or sets whether detailed error logging is enabled.

System_CAPS_pubproperty DocumentRoot

Optional. The document root.

System_CAPS_pubproperty HandlerMappings

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

System_CAPS_pubproperty HttpLoggingEnabled

Gets or sets whether HTTP error logging is enabled.

System_CAPS_pubproperty LogsDirectorySizeLimit

Optional. The size limit of the logs directory.

System_CAPS_pubproperty ManagedPipelineMode

Optional. The managed pipeline mode.

System_CAPS_pubproperty Metadata

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

System_CAPS_pubproperty NetFrameworkVersion

Gets or sets the .NET Framework version.

System_CAPS_pubproperty NumberOfWorkers

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

System_CAPS_pubproperty PhpVersion

Gets or sets the PHP version of the web site.

System_CAPS_pubproperty RemoteDebuggingEnabled

Optional. Indicates if remote debugging is enabled.

System_CAPS_pubproperty RemoteDebuggingVersion

Optional. The remote debugging version.

System_CAPS_pubproperty RequestTracingEnabled

Gets or sets whether request tracing is enabled.

System_CAPS_pubproperty RequestTracingExpirationTime

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

System_CAPS_pubproperty RoutingRules

Optional. List of routing rules for the website.

System_CAPS_pubproperty ScmType

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

System_CAPS_pubproperty Use32BitWorkerProcess

Gets or sets whether 32-bit mode is enabled.

System_CAPS_pubproperty WebSocketsEnabled

Optional. Indicates if Web Sockets are enabled.

See Also

WebSiteUpdateConfigurationParameters Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top