IMarkdownPartMetadata.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.
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