IDataTableResponseObject.Column Property

Definition

List of columns with data types

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="List of columns with data types", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IDataTableResponseColumn) }, Read=true, ReadOnly=false, Required=false, SerializedName="columns", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IDataTableResponseColumn> Column { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="List of columns with data types", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IDataTableResponseColumn) }, Read=true, ReadOnly=false, Required=false, SerializedName="columns", Update=true)>]
member this.Column : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IDataTableResponseColumn> with get, set
Public Property Column As List(Of IDataTableResponseColumn)

Property Value

Attributes

Applies to