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)

System.Object
  Microsoft.WindowsAzure.OperationResponse
    Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse

public class WebSiteGetConfigurationResponse : OperationResponse

NameDescription
System_CAPS_pubmethodWebSiteGetConfigurationResponse()

Initializes a new instance of the WebSiteGetConfigurationResponse class.

NameDescription
System_CAPS_pubpropertyAlwaysOn

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

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

System_CAPS_pubpropertyPublishingUserName

Gets or sets the name of the user account that is used for publishing the web site.

System_CAPS_pubpropertyRemoteDebuggingEnabled

Optional. Indicates if remote debugging is enabled.

System_CAPS_pubpropertyRemoteDebuggingVersion

Optional. The remote debugging version.

System_CAPS_pubpropertyRequestId

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

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_pubpropertyStatusCode

Gets the status code.(Inherited from OperationResponse.)

System_CAPS_pubpropertyUse32BitWorkerProcess

Gets or sets whether 32-bit mode is enabled.

System_CAPS_pubpropertyWebSocketsEnabled

Optional. Indicates if Web Sockets are enabled.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: