WebSiteUpdateConfigurationParameters Properties

 

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

NameDescription
System_CAPS_pubpropertyAlwaysOn

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

System_CAPS_pubpropertyAppSettings

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

System_CAPS_pubpropertyConnectionStrings

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

System_CAPS_pubpropertyDefaultDocuments

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_pubpropertyDetailedErrorLoggingEnabled

Gets or sets whether detailed error logging is enabled.

System_CAPS_pubpropertyDocumentRoot

Optional. The document root.

System_CAPS_pubpropertyHandlerMappings

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_pubpropertyHttpLoggingEnabled

Gets or sets whether HTTP error logging is enabled.

System_CAPS_pubpropertyLogsDirectorySizeLimit

Optional. The size limit of the logs directory.

System_CAPS_pubpropertyManagedPipelineMode

Optional. The managed pipeline mode.

System_CAPS_pubpropertyMetadata

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

System_CAPS_pubpropertyNetFrameworkVersion

Gets or sets the .NET Framework version.

System_CAPS_pubpropertyNumberOfWorkers

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

System_CAPS_pubpropertyPhpVersion

Gets or sets the PHP version of the web site.

System_CAPS_pubpropertyRemoteDebuggingEnabled

Optional. Indicates if remote debugging is enabled.

System_CAPS_pubpropertyRemoteDebuggingVersion

Optional. The remote debugging version.

System_CAPS_pubpropertyRequestTracingEnabled

Gets or sets whether request tracing is enabled.

System_CAPS_pubpropertyRequestTracingExpirationTime

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

System_CAPS_pubpropertyRoutingRules

Optional. List of routing rules for the website.

System_CAPS_pubpropertyScmType

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

System_CAPS_pubpropertyUse32BitWorkerProcess

Gets or sets whether 32-bit mode is enabled.

System_CAPS_pubpropertyWebSocketsEnabled

Optional. Indicates if Web Sockets are enabled.

Return to top
Show: