Share via


DiagnosticData Class

Definition

Set of data with rendering instructions

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

Constructors

DiagnosticData()

Creates an new DiagnosticData instance.

Properties

RenderingPropertyDescription

Description of the data that will help it be interpreted

RenderingPropertyTitle

Title of data

RenderingPropertyType

Rendering Type

TableColumn

List of columns with data types

TableName

Name of the table

TableRow

Raw row values

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DiagnosticData.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DiagnosticData.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DiagnosticData into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to