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.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
public IList<WebSiteUpdateConfigurationParameters.HandlerMapping> HandlerMappings { get; set; }
Property Value
Type: System.Collections.Generic.IList<WebSiteUpdateConfigurationParameters.HandlerMapping>A collection of WebSiteGetConfigurationResponse.HandlerMapping objects.
Show: