Share via


IDataTableResponseColumn Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DataTableResponseColumnTypeConverter))]
public interface IDataTableResponseColumn : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DataTableResponseColumnTypeConverter))>]
type IDataTableResponseColumn = interface
    interface IJsonSerializable
Public Interface IDataTableResponseColumn
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
ColumnName

Name of the column

ColumnType

Column Type

DataType

Data type which looks like 'String' or 'Int32'.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to