Share via


IInnerHealthErrorModel Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.InnerHealthErrorModelTypeConverter))]
public interface IInnerHealthErrorModel : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.InnerHealthErrorModelTypeConverter))>]
type IInnerHealthErrorModel = interface
    interface IJsonSerializable
Public Interface IInnerHealthErrorModel
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Category

Gets or sets the error category.

Caus

Gets or sets possible causes of the error.

Code

Gets or sets the error code.

CreationTime

Gets or sets the error creation time.

HealthCategory

Gets or sets the health category.

IsCustomerResolvable

Gets or sets a value indicating whether the error is customer resolvable.

Message

Gets or sets the error message.

Recommendation

Gets or sets recommended action to resolve the error.

Severity

Gets or sets the error severity.

Source

Gets or sets the error source.

Summary

Gets or sets the error summary.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to