Diagnostics Class
- java.
lang. Object - com.
azure. resourcemanager. streamanalytics. models. Diagnostics
- com.
Implements
public final class Diagnostics
implements JsonSerializable<Diagnostics>
Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.
Constructor Summary
| Constructor | Description |
|---|---|
| Diagnostics() |
Creates an instance of Diagnostics class. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Diagnostic |
conditions()
Get the conditions property: A collection of zero or more conditions applicable to the resource, or to the job overall, that warrant customer attention. |
| static Diagnostics |
fromJson(JsonReader jsonReader)
Reads an instance of Diagnostics from the Json |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
Diagnostics
public Diagnostics()
Creates an instance of Diagnostics class.
Method Details
conditions
public List<DiagnosticCondition> conditions()
Get the conditions property: A collection of zero or more conditions applicable to the resource, or to the job overall, that warrant customer attention.
Returns:
fromJson
public static Diagnostics fromJson(JsonReader jsonReader)
Reads an instance of Diagnostics from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.