IWorkflowTriggerCallbackUrl.RelativePathParameter Property

Definition

Gets the workflow trigger callback URL relative path parameters.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Gets the workflow trigger callback URL relative path parameters.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="relativePathParameters", Update=true)]
public System.Collections.Generic.List<string> RelativePathParameter { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Gets the workflow trigger callback URL relative path parameters.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="relativePathParameters", Update=true)>]
member this.RelativePathParameter : System.Collections.Generic.List<string> with get, set
Public Property RelativePathParameter As List(Of String)

Property Value

Attributes

Applies to