ISiteConfig.HandlerMapping Property

Definition

Handler mappings.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Handler mappings.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IHandlerMapping) }, Read=true, ReadOnly=false, Required=false, SerializedName="handlerMappings", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IHandlerMapping> HandlerMapping { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Handler mappings.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IHandlerMapping) }, Read=true, ReadOnly=false, Required=false, SerializedName="handlerMappings", Update=true)>]
member this.HandlerMapping : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IHandlerMapping> with get, set
Public Property HandlerMapping As List(Of IHandlerMapping)

Property Value

Attributes

Applies to