IDiagnostic Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.DiagnosticTypeConverter))]
public interface IDiagnostic : Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.DiagnosticTypeConverter))>]
type IDiagnostic = interface
interface IJsonSerializable
Public Interface IDiagnostic
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Code |
Service specific error code which serves as the substatus for the HTTP error code. |
| Detail |
An array of additional nested error response info objects, as described by this contract. |
| Insight |
The problems (if any) detected by this insight. |
| Message |
Description of the error. |
| SolutionId |
Solution Id |
| Status |
Denotes the status of the diagnostic resource. |
| Type |
Service specific error type which serves as additional context for the error herein. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |