DiagnosticData 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.
Set of data with rendering instructions
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DiagnosticDataTypeConverter))]
public class DiagnosticData : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDiagnosticData
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.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.Api20231201.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. |