Partilhar via


DiagnosticCondition Class

Definition

Condition applicable to the resource, or to the job overall, that warrant customer attention.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.DiagnosticConditionTypeConverter))]
public class DiagnosticCondition : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IDiagnosticCondition
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.DiagnosticConditionTypeConverter))>]
type DiagnosticCondition = class
    interface IDiagnosticCondition
    interface IJsonSerializable
Public Class DiagnosticCondition
Implements IDiagnosticCondition
Inheritance
DiagnosticCondition
Attributes
Implements

Constructors

DiagnosticCondition()

Creates an new DiagnosticCondition instance.

Properties

Code

The opaque diagnostic code.

Message

The human-readable message describing the condition in detail. Localized in the Accept-Language of the client request.

Since

The UTC timestamp of when the condition started. Customers should be able to find a corresponding event in the ops log around this time.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DiagnosticCondition.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DiagnosticCondition.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IDiagnosticCondition.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DiagnosticCondition into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to