Share via


WebSiteGetConfigurationResponse Class

 

Represents 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.OperationResponse
    Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse

Syntax

public class WebSiteGetConfigurationResponse : OperationResponse
public ref class WebSiteGetConfigurationResponse : OperationResponse
type WebSiteGetConfigurationResponse = 
    class
        inherit OperationResponse
    end
Public Class WebSiteGetConfigurationResponse
    Inherits OperationResponse

Constructors

Name Description
System_CAPS_pubmethod WebSiteGetConfigurationResponse()

Initializes a new instance of the WebSiteGetConfigurationResponse class.

Properties

Name Description
System_CAPS_pubproperty AlwaysOn

Optional. Indicates if site's Always On feature is 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 WebSiteGetConfigurationResponse.ConnectionStringInfo objects that defines the connection strings for database 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 PublishingPassword

Gets or sets the hash value of the password that is used for publishing the web site.

System_CAPS_pubproperty PublishingUserName

Gets or sets the name of the user account that is used for publishing 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 RequestId

Gets the identifier of the request that was made to the service.(Inherited from OperationResponse.)

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 StatusCode

Gets the status code.(Inherited from OperationResponse.)

System_CAPS_pubproperty Use32BitWorkerProcess

Gets or sets whether 32-bit mode is enabled.

System_CAPS_pubproperty WebSocketsEnabled

Optional. Indicates if Web Sockets are enabled.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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