Condividi tramite


IWorkflowRunTrigger.Input Property

Definition

Gets the inputs.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Gets the inputs.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny) }, ReadOnly=true, Required=false, SerializedName="inputs")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny Input { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Gets the inputs.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny) }, ReadOnly=true, Required=false, SerializedName="inputs")>]
member this.Input : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny
Public ReadOnly Property Input As IAny

Property Value

Attributes

Applies to