Share via


IDataTableResponseColumn Interface

Definition

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

Properties

ColumnName

Name of the column

ColumnType

Column Type

DataType

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to