IWorkflowRunProperties.Response Property

Definition

Gets the response of the flow run.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="Gets the response of the flow run.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IWorkflowRunTrigger) }, Read=true, ReadOnly=true, Required=false, SerializedName="response", Update=false)]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IWorkflowRunTrigger Response { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="Gets the response of the flow run.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IWorkflowRunTrigger) }, Read=true, ReadOnly=true, Required=false, SerializedName="response", Update=false)>]
member this.Response : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IWorkflowRunTrigger
Public ReadOnly Property Response As IWorkflowRunTrigger

Property Value

Attributes

Applies to