Share via


Diagnostics Class

Definition

Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.

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

Constructors

Diagnostics()

Creates an new Diagnostics instance.

Properties

Condition

A collection of zero or more conditions applicable to the resource, or to the job overall, that warrant customer attention.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Diagnostics.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Diagnostics.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Diagnostics into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to