IWorkflowRunActionRepetitionDefinition.Input Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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