DiagnosticDataTableResponseColumn 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.
Diagnostics data column
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.DiagnosticDataTableResponseColumnTypeConverter))]
public class DiagnosticDataTableResponseColumn : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IDiagnosticDataTableResponseColumn
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.DiagnosticDataTableResponseColumnTypeConverter))>]
type DiagnosticDataTableResponseColumn = class
interface IDiagnosticDataTableResponseColumn
interface IJsonSerializable
Public Class DiagnosticDataTableResponseColumn
Implements IDiagnosticDataTableResponseColumn
- Inheritance
-
DiagnosticDataTableResponseColumn
- Attributes
- Implements
Constructors
DiagnosticDataTableResponseColumn() |
Creates an new DiagnosticDataTableResponseColumn instance. |
Properties
ColumnName |
Column name |
ColumnType |
Column type |
DataType |
Data type of the column |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DiagnosticDataTableResponseColumn. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DiagnosticDataTableResponseColumn. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.IDiagnosticDataTableResponseColumn. |
FromJsonString(String) |
Creates a new instance of DiagnosticDataTableResponseColumn, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DiagnosticDataTableResponseColumn into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |