WebSiteUpdateConfigurationParameters.HandlerMappings Property

 

Gets or sets a collection of WebSiteGetConfigurationResponse.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)

Syntax

public IList<WebSiteUpdateConfigurationParameters.HandlerMapping> HandlerMappings { get; set; }
public:
property IList<WebSiteUpdateConfigurationParameters::HandlerMapping^>^ HandlerMappings {
    IList<WebSiteUpdateConfigurationParameters::HandlerMapping^>^ get();
    void set(IList<WebSiteUpdateConfigurationParameters::HandlerMapping^>^ value);
}
member HandlerMappings : IList<WebSiteUpdateConfigurationParameters.HandlerMapping> with get, set
Public Property HandlerMappings As IList(Of WebSiteUpdateConfigurationParameters.HandlerMapping)

Property Value

Type: System.Collections.Generic.IList<WebSiteUpdateConfigurationParameters.HandlerMapping>

A collection of WebSiteGetConfigurationResponse.HandlerMapping objects.

See Also

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

Return to top