Compartilhar via


DiagnosticsStatus Class

Definition

Rendering details of a diagnostics table

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.DiagnosticsStatusTypeConverter))]
public class DiagnosticsStatus : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IDiagnosticsStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.DiagnosticsStatusTypeConverter))>]
type DiagnosticsStatus = class
    interface IDiagnosticsStatus
    interface IJsonSerializable
Public Class DiagnosticsStatus
Implements IDiagnosticsStatus
Inheritance
DiagnosticsStatus
Attributes
Implements

Constructors

DiagnosticsStatus()

Creates an new DiagnosticsStatus instance.

Properties

Message

Diagnostic message

StatusId

Status

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DiagnosticsStatus.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DiagnosticsStatus.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.IDiagnosticsStatus.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DiagnosticsStatus into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to