WebSiteUpdateConfigurationParameters.HandlerMapping Class

 

Represents a custom executable program for handling requests for specific file name extensions.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.HandlerMapping

Syntax

public class HandlerMapping
public ref class HandlerMapping 
type HandlerMapping = class end
Public Class HandlerMapping

Constructors

Name Description
System_CAPS_pubmethod WebSiteUpdateConfigurationParameters.HandlerMapping()

Initializes a new instance of the WebSiteUpdateConfigurationParameters.HandlerMapping class.

Properties

Name Description
System_CAPS_pubproperty Arguments

Gets or sets optional arguments for the script processor specified by the ScriptProcessor property.

System_CAPS_pubproperty Extension

Gets or sets the extension of the file type that the script processor will handle.

System_CAPS_pubproperty ScriptProcessor

Gets or sets the absolute path to the location of the executable file that will handle the files specified in the Extension property.

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