DiagnosticsDataApiResponse 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 returned from a detector
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.DiagnosticsDataApiResponseTypeConverter))]
public class DiagnosticsDataApiResponse : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IDiagnosticsDataApiResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.DiagnosticsDataApiResponseTypeConverter))>]
type DiagnosticsDataApiResponse = class
interface IDiagnosticsDataApiResponse
interface IJsonSerializable
Public Class DiagnosticsDataApiResponse
Implements IDiagnosticsDataApiResponse
- Inheritance
-
DiagnosticsDataApiResponse
- Attributes
- Implements
Constructors
DiagnosticsDataApiResponse() |
Creates an new DiagnosticsDataApiResponse instance. |
Properties
RenderingPropertyDescription |
Description of the table |
RenderingPropertyIsVisible |
Flag if the table should be rendered |
RenderingPropertyTitle |
Title of the table |
RenderingPropertyType |
Rendering type |
TableColumn |
Columns in the table |
TableName |
Table name |
TableRow |
Rows in the table |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DiagnosticsDataApiResponse. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DiagnosticsDataApiResponse. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.IDiagnosticsDataApiResponse. |
FromJsonString(String) |
Creates a new instance of DiagnosticsDataApiResponse, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DiagnosticsDataApiResponse into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |