DataTableResponseColumn Class
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.
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. |