你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DiagnosticRendering Class

Definition

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()

Applies to