DiagnosticCondition 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.
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. |