Share via


IMarkdownPartMetadata.Input Property

Definition

Input to dashboard part.

[Microsoft.Azure.PowerShell.Cmdlets.Portal.Runtime.Info(Create=true, Description="Input to dashboard part.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.IAny) }, Read=true, ReadOnly=false, Required=false, SerializedName="inputs", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.IAny> Input { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Portal.Runtime.Info(Create=true, Description="Input to dashboard part.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.IAny) }, Read=true, ReadOnly=false, Required=false, SerializedName="inputs", Update=true)>]
member this.Input : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.IAny> with get, set
Public Property Input As List(Of IAny)

Property Value

Attributes

Applies to