IHandlerMapping.Extension Property

Definition

Requests with this extension will be handled using the specified FastCGI application.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Requests with this extension will be handled using the specified FastCGI application.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="extension", Update=true)]
public string Extension { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Requests with this extension will be handled using the specified FastCGI application.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="extension", Update=true)>]
member this.Extension : string with get, set
Public Property Extension As String

Property Value

Attributes

Applies to