SetAzureWebAppCmdlet.HandlerMappings Property

Definition

[System.Management.Automation.Parameter(HelpMessage="Web app handler mappings", Mandatory=false, ParameterSetName="S1", Position=11)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.HandlerMapping> HandlerMappings { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Web app handler mappings", Mandatory=false, ParameterSetName="S1", Position=11)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.HandlerMappings : System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.HandlerMapping> with get, set
Public Property HandlerMappings As IList(Of HandlerMapping)

Property Value

IList<HandlerMapping>
Attributes

Applies to