WebSiteGetConfigurationResponse Members

Represents the configuration of a web site.

The following tables list the members exposed by the WebSiteGetConfigurationResponse type.

Public Constructors

  Name Description
  WebSiteGetConfigurationResponse Initializes a new instance of the WebSiteGetConfigurationResponse class.

Top

Public Properties

  Name Description
AlwaysOn Optional. Indicates if site's Always On feature is 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 ConnectionStringInfo objects that defines the connection strings for database 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 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.
PublishingPassword Gets or sets the hash value of the password that is used for publishing the web site.
PublishingUserName Gets or sets the name of the user account that is used for publishing the web site.
RemoteDebuggingEnabled Optional. Indicates if remote debugging is enabled.
RemoteDebuggingVersion Optional. The remote debugging version.
RequestId  Gets the identifier of the request that was made to the service. (Inherited from OperationResponse)
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.
StatusCode  Gets the status code. (Inherited from OperationResponse)
Use32BitWorkerProcess Gets or sets whether 32-bit mode is enabled.
WebSocketsEnabled Optional. Indicates if Web Sockets are enabled.

Top

Public Methods

(see also Protected Methods)

  Name Description
Equals  (Inherited from Object)
GetHashCode  (Inherited from Object)
GetType  (Inherited from Object)
ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
Finalize  (Inherited from Object)
MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

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