DataTableResponseColumn Constructors

Definition

Overloads

DataTableResponseColumn()

Initializes a new instance of the DataTableResponseColumn class.

DataTableResponseColumn(String, String, String)

Initializes a new instance of the DataTableResponseColumn class.

DataTableResponseColumn()

Initializes a new instance of the DataTableResponseColumn class.

public DataTableResponseColumn ();
Public Sub New ()

Applies to

DataTableResponseColumn(String, String, String)

Initializes a new instance of the DataTableResponseColumn class.

public DataTableResponseColumn (string columnName = default, string dataType = default, string columnType = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.DataTableResponseColumn : string * string * string -> Microsoft.Azure.Management.AppService.Fluent.Models.DataTableResponseColumn
Public Sub New (Optional columnName As String = Nothing, Optional dataType As String = Nothing, Optional columnType As String = Nothing)

Parameters

columnName
String

Name of the column

dataType
String

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

columnType
String

Column Type

Applies to