DiagnosticRendering 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.
Rendering details of a diagnostics table
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.DiagnosticRenderingTypeConverter))]
public class DiagnosticRendering : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IDiagnosticRendering
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.DiagnosticRenderingTypeConverter))>]
type DiagnosticRendering = class
interface IDiagnosticRendering
interface IJsonSerializable
Public Class DiagnosticRendering
Implements IDiagnosticRendering
- Inheritance
-
DiagnosticRendering
- Attributes
- Implements
Constructors
DiagnosticRendering() |
Creates an new DiagnosticRendering instance. |
Properties
Description |
Description of the table |
IsVisible |
Flag if the table should be rendered |
Title |
Title of the table |
Type |
Rendering type |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DiagnosticRendering. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DiagnosticRendering. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.IDiagnosticRendering. |
FromJsonString(String) |
Creates a new instance of DiagnosticRendering, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DiagnosticRendering into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |