IWorkflowRunActionRepetitionDefinition.Input Property

Definition

Gets the inputs.

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

Property Value

Attributes

Applies to