IFunctionEnvelope.InvokeUrlTemplate Property

Definition

The invocation URL

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="The invocation URL", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="invoke_url_template", Update=true)]
public string InvokeUrlTemplate { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="The invocation URL", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="invoke_url_template", Update=true)>]
member this.InvokeUrlTemplate : string with get, set
Public Property InvokeUrlTemplate As String

Property Value

Attributes

Applies to