Compartir a través de


DataTableResponseColumn Class

Definition

Column definition

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

Constructors

DataTableResponseColumn()

Creates an new DataTableResponseColumn instance.

Properties

ColumnName

Name of the column

ColumnType

Column Type

DataType

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DataTableResponseColumn.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DataTableResponseColumn.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseColumn.

FromJsonString(String)

Creates a new instance of DataTableResponseColumn, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DataTableResponseColumn into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to