WebSiteUpdateConfigurationParameters.HandlerMappings Property

Gets or sets a collection of HandlerMapping objects that define the custom executable programs 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)

Usage

'Usage
Dim instance As WebSiteUpdateConfigurationParameters
Dim value As IList(Of HandlerMapping)

value = instance.HandlerMappings

instance.HandlerMappings = value

Syntax

'Declaration
Public Property HandlerMappings As IList(Of HandlerMapping)
public IList<HandlerMapping> HandlerMappings { get; set; }
public:
property IList<HandlerMapping^>^ HandlerMappings {
    IList<HandlerMapping^>^ get ();
    void set (IList<HandlerMapping^>^ value);
}
/** @property */
public IList<HandlerMapping> get_HandlerMappings ()

/** @property */
public void set_HandlerMappings (IList<HandlerMapping> value)
public function get HandlerMappings () : IList<HandlerMapping>

public function set HandlerMappings (value : IList<HandlerMapping>)

Property Value

A collection of HandlerMapping objects.

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.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

WebSiteUpdateConfigurationParameters Class
WebSiteUpdateConfigurationParameters Members
Microsoft.WindowsAzure.Management.WebSites.Models Namespace