WebSiteGetConfigurationResponse.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.WebSiteGetConfigurationResponse.HandlerMapping
Syntax
public class HandlerMapping
public ref class HandlerMapping
type HandlerMapping = class end
Public Class HandlerMapping
Constructors
Name | Description | |
---|---|---|
WebSiteGetConfigurationResponse.HandlerMapping() | Initializes a new instance of the WebSiteGetConfigurationResponse.HandlerMapping class. |
Properties
Name | Description | |
---|---|---|
Arguments | Gets or sets optional arguments for the script processor specified by the ScriptProcessor property. |
|
Extension | Gets or sets the extension of the file type that the script processor will handle. |
|
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 | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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