Partilhar via


HealthErrorSummary Class

Definition

class to define the summary of the health error details.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.HealthErrorSummaryTypeConverter))]
public class HealthErrorSummary : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IHealthErrorSummary
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.HealthErrorSummaryTypeConverter))>]
type HealthErrorSummary = class
    interface IHealthErrorSummary
    interface IJsonSerializable
Public Class HealthErrorSummary
Implements IHealthErrorSummary
Inheritance
HealthErrorSummary
Attributes
Implements

Constructors

HealthErrorSummary()

Creates an new HealthErrorSummary instance.

Properties

AffectedResourceCorrelationId

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.

AffectedResourceSubtype

The sub type of any subcomponent within the ARM resource that this might be applicable. Value remains null if not applicable.

AffectedResourceType

The type of affected ARM resource.

Category

The category of the health error.

Severity

Severity of error.

SummaryCode

The code of the health error.

SummaryMessage

The summary message of the health error.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of HealthErrorSummary.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of HealthErrorSummary.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IHealthErrorSummary.

FromJsonString(String)

Creates a new instance of HealthErrorSummary, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of HealthErrorSummary into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to