Share via


IHealthErrorModel Interface

Definition

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

Properties

AffectedResourceCorrelationId

Gets or sets the list of affected resource correlation Ids. This can be used to uniquely identify the count of items affected by a specific category and severity as well as count of item affected by an specific issue.

AffectedResourceType

Gets or sets the type of affected resource type.

Category

Gets or sets the error category.

Caus

Gets or sets possible causes of the error.

ChildError

Gets or sets a list of child health errors associated with this 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